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
@@ -970,7 +970,6 @@ static int bnx2fc_libfc_config(struct fc_lport *lport)
|
||||
sizeof(struct libfc_function_template));
|
||||
fc_elsct_init(lport);
|
||||
fc_exch_init(lport);
|
||||
fc_rport_init(lport);
|
||||
fc_disc_init(lport);
|
||||
fc_disc_config(lport, lport);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user