summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_tmr.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-08-31 00:16:43 +0200
committerPaul Gortmaker2011-11-01 00:31:58 +0100
commitc53181af838fb9d82eebbb62b7175b0466d5a7a0 (patch)
treeafb4fb9a78349b9ef21b0f1c17778a14b1a44a64 /drivers/target/target_core_tmr.c
parentdrivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.c (diff)
downloadkernel-qcow2-linux-c53181af838fb9d82eebbb62b7175b0466d5a7a0.tar.gz
kernel-qcow2-linux-c53181af838fb9d82eebbb62b7175b0466d5a7a0.tar.xz
kernel-qcow2-linux-c53181af838fb9d82eebbb62b7175b0466d5a7a0.zip
drivers/target: Add export.h to files as required.
So that they have access to EXPORT_SYMBOL variants and THIS_MODULE. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/target/target_core_tmr.c')
-rw-r--r--drivers/target/target_core_tmr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/target_core_tmr.c b/drivers/target/target_core_tmr.c
index 570b144a1edb..6bc77564a057 100644
--- a/drivers/target/target_core_tmr.c
+++ b/drivers/target/target_core_tmr.c
@@ -27,6 +27,7 @@
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/list.h>
+#include <linux/export.h>
#include <scsi/scsi.h>
#include <scsi/scsi_cmnd.h>