aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5139
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-10 13:09:12 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:08 -0400
commit8e336a722bb234f9d7805647e0290f2a397ca04d (patch)
tree468d7c4fa0090a9d1d9e8e27a3a24af78398e8f5 /drivers/staging/rts5139
parentssb: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE (diff)
downloadlinux-dev-8e336a722bb234f9d7805647e0290f2a397ca04d.tar.xz
linux-dev-8e336a722bb234f9d7805647e0290f2a397ca04d.zip
staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.
Lots of drivers have in the past expected the presence of basic things like THIS_MODULE and EXPORT_SYMBOL. With the header cleanup, they wont have these. Call out the include explicitly. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/staging/rts5139')
-rw-r--r--drivers/staging/rts5139/rts51x_scsi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rts5139/rts51x_scsi.c b/drivers/staging/rts5139/rts51x_scsi.c
index 3b32f9e6e4f0..87c9cdc8bd29 100644
--- a/drivers/staging/rts5139/rts51x_scsi.c
+++ b/drivers/staging/rts5139/rts51x_scsi.c
@@ -28,6 +28,7 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
+#include <linux/export.h>
#include <scsi/scsi.h>
#include <scsi/scsi_eh.h>