summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_host_smp.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-05-27 15:37:25 +0200
committerPaul Gortmaker2011-11-01 00:31:23 +0100
commit09703660edf83b8b6d175440bf745f30580d85ab (patch)
tree6ecccf6279b9229fd3fa6096352c7bcc895060c2 /drivers/scsi/libsas/sas_host_smp.c
parentpci: add module.h to files implicitly relying on its presence. (diff)
downloadkernel-qcow2-linux-09703660edf83b8b6d175440bf745f30580d85ab.tar.gz
kernel-qcow2-linux-09703660edf83b8b6d175440bf745f30580d85ab.tar.xz
kernel-qcow2-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/libsas/sas_host_smp.c')
-rw-r--r--drivers/scsi/libsas/sas_host_smp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/libsas/sas_host_smp.c b/drivers/scsi/libsas/sas_host_smp.c
index e1aa17840c5b..bb8f49269a68 100644
--- a/drivers/scsi/libsas/sas_host_smp.c
+++ b/drivers/scsi/libsas/sas_host_smp.c
@@ -11,6 +11,7 @@
#include <linux/scatterlist.h>
#include <linux/blkdev.h>
#include <linux/slab.h>
+#include <linux/export.h>
#include "sas_internal.h"