Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195707
b: refs/heads/master
c: 1b80e0f
h: refs/heads/master
i:
  195705: 1ca377b
  195703: 5c33aee
v: v3
  • Loading branch information
Robert Love authored and James Bottomley committed May 17, 2010
1 parent d27e6c6 commit 1c53593
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 721cafafb66f57b461226aa197997f3e5b296f91
refs/heads/master: 1b80e0f91c41db4633c0a61f727de169a9e9b275
11 changes: 0 additions & 11 deletions trunk/drivers/scsi/libfc/fc_lport.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,17 +243,6 @@ static void fc_lport_ptp_setup(struct fc_lport *lport,
fc_lport_enter_ready(lport);
}

/**
* fc_get_host_port_type() - Return the port type of the given Scsi_Host
* @shost: The SCSI host whose port type is to be determined
*/
void fc_get_host_port_type(struct Scsi_Host *shost)
{
/* TODO - currently just NPORT */
fc_host_port_type(shost) = FC_PORTTYPE_NPORT;
}
EXPORT_SYMBOL(fc_get_host_port_type);

/**
* fc_get_host_port_state() - Return the port state of the given Scsi_Host
* @shost: The SCSI host whose port state is to be determined
Expand Down
1 change: 0 additions & 1 deletion trunk/include/scsi/libfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,6 @@ void fc_exch_mgr_reset(struct fc_lport *, u32 s_id, u32 d_id);
* Functions for fc_functions_template
*/
void fc_get_host_speed(struct Scsi_Host *);
void fc_get_host_port_type(struct Scsi_Host *);
void fc_get_host_port_state(struct Scsi_Host *);
void fc_set_rport_loss_tmo(struct fc_rport *, u32 timeout);
struct fc_host_statistics *fc_get_host_stats(struct Scsi_Host *);
Expand Down

0 comments on commit 1c53593

Please sign in to comment.