diff options
author | Robert Love <robert.w.love@intel.com> | 2010-05-07 18:18:24 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-05-16 22:22:29 -0400 |
commit | 1b80e0f91c41db4633c0a61f727de169a9e9b275 (patch) | |
tree | eda3295e4b1f609727bbb661410dd17093f62e96 /include/scsi/libfc.h | |
parent | 721cafafb66f57b461226aa197997f3e5b296f91 (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 'include/scsi/libfc.h')
-rw-r--r-- | include/scsi/libfc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index a26bb50c0c8b..1755fa7e9271 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -1049,7 +1049,6 @@ void fc_exch_mgr_reset(struct fc_lport *, u32 s_id, u32 d_id); | |||
1049 | * Functions for fc_functions_template | 1049 | * Functions for fc_functions_template |
1050 | */ | 1050 | */ |
1051 | void fc_get_host_speed(struct Scsi_Host *); | 1051 | void fc_get_host_speed(struct Scsi_Host *); |
1052 | void fc_get_host_port_type(struct Scsi_Host *); | ||
1053 | void fc_get_host_port_state(struct Scsi_Host *); | 1052 | void fc_get_host_port_state(struct Scsi_Host *); |
1054 | void fc_set_rport_loss_tmo(struct fc_rport *, u32 timeout); | 1053 | void fc_set_rport_loss_tmo(struct fc_rport *, u32 timeout); |
1055 | struct fc_host_statistics *fc_get_host_stats(struct Scsi_Host *); | 1054 | struct fc_host_statistics *fc_get_host_stats(struct Scsi_Host *); |