summaryrefslogtreecommitdiff
path: root/drivers/scsi/bfa/fcpim.c
diff options
context:
space:
mode:
authorKrishna Gudipati <kgudipat@brocade.com>2010-03-04 01:43:30 (GMT)
committerJames Bottomley <James.Bottomley@suse.de>2010-03-04 10:44:10 (GMT)
commit82794a2e4153657d12a0c29272e40b47eaadb748 (patch)
tree2c3296590a56deef6a63bbfb881a424d0673f4d9 /drivers/scsi/bfa/fcpim.c
parent5b098082e22c168b7df4c5c3cd924047cee7d995 (diff)
downloadlinux-fsl-qoriq-82794a2e4153657d12a0c29272e40b47eaadb748.tar.xz
[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/fcpim.c')
-rw-r--r--drivers/scsi/bfa/fcpim.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/scsi/bfa/fcpim.c b/drivers/scsi/bfa/fcpim.c
index 1f3c06e..06f8a46 100644
--- a/drivers/scsi/bfa/fcpim.c
+++ b/drivers/scsi/bfa/fcpim.c
@@ -822,22 +822,3 @@ void
bfa_fcs_itnim_resume(struct bfa_fcs_itnim_s *itnim)
{
}
-
-/**
- * Module initialization
- */
-void
-bfa_fcs_fcpim_modinit(struct bfa_fcs_s *fcs)
-{
-}
-
-/**
- * Module cleanup
- */
-void
-bfa_fcs_fcpim_modexit(struct bfa_fcs_s *fcs)
-{
- bfa_fcs_modexit_comp(fcs);
-}
-
-