diff options
author | Krishna Gudipati <kgudipat@brocade.com> | 2010-03-04 02:43:30 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-03-04 11:44:10 +0100 |
commit | 82794a2e4153657d12a0c29272e40b47eaadb748 (patch) | |
tree | 2c3296590a56deef6a63bbfb881a424d0673f4d9 /drivers/scsi/bfa/rport.c | |
parent | [SCSI] bfa: Changes to support FDMI Driver Parameter (diff) | |
download | linux-82794a2e4153657d12a0c29272e40b47eaadb748.tar.xz linux-82794a2e4153657d12a0c29272e40b47eaadb748.zip |
[SCSI] bfa: New interface to handle firmware upgrade scenario
Split bfa_fcs_init() into bfa_fcs_attach() and bfa_fcs_init().
Removed empty function definitions in FCS modules
Modified driver to call bfa_fcs_attach() and bfa_fcs_init() as needed.
Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/bfa/rport.c')
-rw-r--r-- | drivers/scsi/bfa/rport.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/scsi/bfa/rport.c b/drivers/scsi/bfa/rport.c index 9cf58bb138dc..df714dcdf031 100644 --- a/drivers/scsi/bfa/rport.c +++ b/drivers/scsi/bfa/rport.c @@ -2575,23 +2575,6 @@ bfa_fcs_rport_send_ls_rjt(struct bfa_fcs_rport_s *rport, struct fchs_s *rx_fchs, } /** - * Module initialization - */ -void -bfa_fcs_rport_modinit(struct bfa_fcs_s *fcs) -{ -} - -/** - * Module cleanup - */ -void -bfa_fcs_rport_modexit(struct bfa_fcs_s *fcs) -{ - bfa_fcs_modexit_comp(fcs); -} - -/** * Return state of rport. */ int |