diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 17:37:25 +0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 03:31:23 +0400 |
commit | 09703660edf83b8b6d175440bf745f30580d85ab (patch) | |
tree | 6ecccf6279b9229fd3fa6096352c7bcc895060c2 /drivers/scsi/scsi_lib_dma.c | |
parent | eefa9cfc891d18aa83744353d2a3fbe95a86ee2d (diff) | |
download | linux-09703660edf83b8b6d175440bf745f30580d85ab.tar.xz |
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/scsi_lib_dma.c')
-rw-r--r-- | drivers/scsi/scsi_lib_dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_lib_dma.c b/drivers/scsi/scsi_lib_dma.c index dcd128583b89..2ac3f3975f78 100644 --- a/drivers/scsi/scsi_lib_dma.c +++ b/drivers/scsi/scsi_lib_dma.c @@ -4,6 +4,7 @@ #include <linux/blkdev.h> #include <linux/device.h> +#include <linux/export.h> #include <linux/kernel.h> #include <scsi/scsi.h> |