diff options
Diffstat (limited to 'drivers/scsi/bfa/bfad_drv.h')
-rw-r--r-- | drivers/scsi/bfa/bfad_drv.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/bfa/bfad_drv.h b/drivers/scsi/bfa/bfad_drv.h index 98420bbb4f3f..97f9b6c0937e 100644 --- a/drivers/scsi/bfa/bfad_drv.h +++ b/drivers/scsi/bfa/bfad_drv.h | |||
@@ -15,11 +15,11 @@ | |||
15 | * General Public License for more details. | 15 | * General Public License for more details. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | /** | 18 | /* |
19 | * Contains base driver definitions. | 19 | * Contains base driver definitions. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | /** | 22 | /* |
23 | * bfa_drv.h Linux driver data structures. | 23 | * bfa_drv.h Linux driver data structures. |
24 | */ | 24 | */ |
25 | 25 | ||
@@ -309,7 +309,6 @@ void bfad_bfa_tmo(unsigned long data); | |||
309 | void bfad_init_timer(struct bfad_s *bfad); | 309 | void bfad_init_timer(struct bfad_s *bfad); |
310 | int bfad_pci_init(struct pci_dev *pdev, struct bfad_s *bfad); | 310 | int bfad_pci_init(struct pci_dev *pdev, struct bfad_s *bfad); |
311 | void bfad_pci_uninit(struct pci_dev *pdev, struct bfad_s *bfad); | 311 | void bfad_pci_uninit(struct pci_dev *pdev, struct bfad_s *bfad); |
312 | void bfad_fcs_port_cfg(struct bfad_s *bfad); | ||
313 | void bfad_drv_uninit(struct bfad_s *bfad); | 312 | void bfad_drv_uninit(struct bfad_s *bfad); |
314 | int bfad_worker(void *ptr); | 313 | int bfad_worker(void *ptr); |
315 | void bfad_debugfs_init(struct bfad_port_s *port); | 314 | void bfad_debugfs_init(struct bfad_port_s *port); |