aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfa_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/bfa/bfa_priv.h')
-rw-r--r--drivers/scsi/bfa/bfa_priv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/bfa/bfa_priv.h b/drivers/scsi/bfa/bfa_priv.h
index be80fc7e1b0e..bf4939b1676c 100644
--- a/drivers/scsi/bfa/bfa_priv.h
+++ b/drivers/scsi/bfa/bfa_priv.h
@@ -37,7 +37,6 @@
37 void *bfad, struct bfa_iocfc_cfg_s *cfg, \ 37 void *bfad, struct bfa_iocfc_cfg_s *cfg, \
38 struct bfa_meminfo_s *meminfo, \ 38 struct bfa_meminfo_s *meminfo, \
39 struct bfa_pcidev_s *pcidev); \ 39 struct bfa_pcidev_s *pcidev); \
40 static void bfa_ ## __mod ## _initdone(struct bfa_s *bfa); \
41 static void bfa_ ## __mod ## _detach(struct bfa_s *bfa); \ 40 static void bfa_ ## __mod ## _detach(struct bfa_s *bfa); \
42 static void bfa_ ## __mod ## _start(struct bfa_s *bfa); \ 41 static void bfa_ ## __mod ## _start(struct bfa_s *bfa); \
43 static void bfa_ ## __mod ## _stop(struct bfa_s *bfa); \ 42 static void bfa_ ## __mod ## _stop(struct bfa_s *bfa); \
@@ -47,7 +46,6 @@
47 struct bfa_module_s hal_mod_ ## __mod = { \ 46 struct bfa_module_s hal_mod_ ## __mod = { \
48 bfa_ ## __mod ## _meminfo, \ 47 bfa_ ## __mod ## _meminfo, \
49 bfa_ ## __mod ## _attach, \ 48 bfa_ ## __mod ## _attach, \
50 bfa_ ## __mod ## _initdone, \
51 bfa_ ## __mod ## _detach, \ 49 bfa_ ## __mod ## _detach, \
52 bfa_ ## __mod ## _start, \ 50 bfa_ ## __mod ## _start, \
53 bfa_ ## __mod ## _stop, \ 51 bfa_ ## __mod ## _stop, \
@@ -69,7 +67,6 @@ struct bfa_module_s {
69 struct bfa_iocfc_cfg_s *cfg, 67 struct bfa_iocfc_cfg_s *cfg,
70 struct bfa_meminfo_s *meminfo, 68 struct bfa_meminfo_s *meminfo,
71 struct bfa_pcidev_s *pcidev); 69 struct bfa_pcidev_s *pcidev);
72 void (*initdone) (struct bfa_s *bfa);
73 void (*detach) (struct bfa_s *bfa); 70 void (*detach) (struct bfa_s *bfa);
74 void (*start) (struct bfa_s *bfa); 71 void (*start) (struct bfa_s *bfa);
75 void (*stop) (struct bfa_s *bfa); 72 void (*stop) (struct bfa_s *bfa);