diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 09:37:25 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:23 -0400 |
commit | 09703660edf83b8b6d175440bf745f30580d85ab (patch) | |
tree | 6ecccf6279b9229fd3fa6096352c7bcc895060c2 /drivers/scsi/bfa | |
parent | eefa9cfc891d18aa83744353d2a3fbe95a86ee2d (diff) |
scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
For the basic SCSI infrastructure files that are exporting symbols
but not modules themselves, add in the basic export.h header file
to allow the exports.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/scsi/bfa')
-rw-r--r-- | drivers/scsi/bfa/bfad_debugfs.c | 1 | ||||
-rw-r--r-- | drivers/scsi/bfa/bfad_im.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfad_debugfs.c b/drivers/scsi/bfa/bfad_debugfs.c index b412e0300dd4..dee1a094c2c2 100644 --- a/drivers/scsi/bfa/bfad_debugfs.c +++ b/drivers/scsi/bfa/bfad_debugfs.c | |||
@@ -16,6 +16,7 @@ | |||
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include <linux/debugfs.h> | 18 | #include <linux/debugfs.h> |
19 | #include <linux/export.h> | ||
19 | 20 | ||
20 | #include "bfad_drv.h" | 21 | #include "bfad_drv.h" |
21 | #include "bfad_im.h" | 22 | #include "bfad_im.h" |
diff --git a/drivers/scsi/bfa/bfad_im.c b/drivers/scsi/bfa/bfad_im.c index 01312381639f..e5db649e8eb7 100644 --- a/drivers/scsi/bfa/bfad_im.c +++ b/drivers/scsi/bfa/bfad_im.c | |||
@@ -19,6 +19,8 @@ | |||
19 | * bfad_im.c Linux driver IM module. | 19 | * bfad_im.c Linux driver IM module. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #include <linux/export.h> | ||
23 | |||
22 | #include "bfad_drv.h" | 24 | #include "bfad_drv.h" |
23 | #include "bfad_im.h" | 25 | #include "bfad_im.h" |
24 | #include "bfa_fcs.h" | 26 | #include "bfa_fcs.h" |