diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 15:37:25 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:23 +0100 |
commit | 09703660edf83b8b6d175440bf745f30580d85ab (patch) | |
tree | 6ecccf6279b9229fd3fa6096352c7bcc895060c2 /drivers/scsi/bfa/bfad_debugfs.c | |
parent | pci: add module.h to files implicitly relying on its presence. (diff) | |
download | linux-09703660edf83b8b6d175440bf745f30580d85ab.tar.xz linux-09703660edf83b8b6d175440bf745f30580d85ab.zip |
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/bfad_debugfs.c')
-rw-r--r-- | drivers/scsi/bfa/bfad_debugfs.c | 1 |
1 files changed, 1 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 @@ */ #include <linux/debugfs.h> +#include <linux/export.h> #include "bfad_drv.h" #include "bfad_im.h" |