[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>
This commit is contained in:
committed by
James Bottomley
parent
721cafafb6
commit
1b80e0f91c
@@ -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
|
||||
|
Reference in New Issue
Block a user