aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRobert Love <robert.w.love@intel.com>2010-05-07 18:18:24 -0400
committerJames Bottomley <James.Bottomley@suse.de>2010-05-16 22:22:29 -0400
commit1b80e0f91c41db4633c0a61f727de169a9e9b275 (patch)
treeeda3295e4b1f609727bbb661410dd17093f62e96 /drivers
parent721cafafb66f57b461226aa197997f3e5b296f91 (diff)
[SCSI] libfc: Remove unused fc_get_host_port_type
Remove this unused routine. Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/libfc/fc_lport.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/scsi/libfc/fc_lport.c b/drivers/scsi/libfc/fc_lport.c
index ef25e11abd33..7159bcfa8ec3 100644
--- a/drivers/scsi/libfc/fc_lport.c
+++ b/drivers/scsi/libfc/fc_lport.c
@@ -244,17 +244,6 @@ static void fc_lport_ptp_setup(struct fc_lport *lport,
244} 244}
245 245
246/** 246/**
247 * fc_get_host_port_type() - Return the port type of the given Scsi_Host
248 * @shost: The SCSI host whose port type is to be determined
249 */
250void fc_get_host_port_type(struct Scsi_Host *shost)
251{
252 /* TODO - currently just NPORT */
253 fc_host_port_type(shost) = FC_PORTTYPE_NPORT;
254}
255EXPORT_SYMBOL(fc_get_host_port_type);
256
257/**
258 * fc_get_host_port_state() - Return the port state of the given Scsi_Host 247 * fc_get_host_port_state() - Return the port state of the given Scsi_Host
259 * @shost: The SCSI host whose port state is to be determined 248 * @shost: The SCSI host whose port state is to be determined
260 */ 249 */