scsi: libfc: Remove fc_rport_init()
Function is empty now and can be removed. Signed-off-by: Hannes Reinecke <hare@suse.com> Acked-by: Johannes Thumshirn <jth@kernel.org> Reviewed-by: Chad Dupuis <chad.dupuis@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
5922a95745
commit
a8220ded09
@@ -2181,16 +2181,6 @@ void fc_rport_flush_queue(void)
|
||||
}
|
||||
EXPORT_SYMBOL(fc_rport_flush_queue);
|
||||
|
||||
/**
|
||||
* fc_rport_init() - Initialize the remote port layer for a local port
|
||||
* @lport: The local port to initialize the remote port layer for
|
||||
*/
|
||||
int fc_rport_init(struct fc_lport *lport)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL(fc_rport_init);
|
||||
|
||||
/**
|
||||
* fc_rport_fcp_prli() - Handle incoming PRLI for the FCP initiator.
|
||||
* @rdata: remote port private
|
||||
|
Reference in New Issue
Block a user