aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_disc.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 09:37:25 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:23 -0400
commit09703660edf83b8b6d175440bf745f30580d85ab (patch)
tree6ecccf6279b9229fd3fa6096352c7bcc895060c2 /drivers/scsi/libfc/fc_disc.c
parentpci: add module.h to files implicitly relying on its presence. (diff)
downloadlinux-dev-09703660edf83b8b6d175440bf745f30580d85ab.tar.xz
linux-dev-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/libfc/fc_disc.c')
-rw-r--r--drivers/scsi/libfc/fc_disc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/libfc/fc_disc.c b/drivers/scsi/libfc/fc_disc.c
index b9cb8140b398..7269e928824a 100644
--- a/drivers/scsi/libfc/fc_disc.c
+++ b/drivers/scsi/libfc/fc_disc.c
@@ -35,6 +35,7 @@
#include <linux/timer.h>
#include <linux/slab.h>
#include <linux/err.h>
+#include <linux/export.h>
#include <asm/unaligned.h>
#include <scsi/fc/fc_gs.h>