aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_device.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-30 18:16:43 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:58 -0400
commitc53181af838fb9d82eebbb62b7175b0466d5a7a0 (patch)
treeafb4fb9a78349b9ef21b0f1c17778a14b1a44a64 /drivers/target/target_core_device.c
parentdrivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.c (diff)
downloadlinux-dev-c53181af838fb9d82eebbb62b7175b0466d5a7a0.tar.xz
linux-dev-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_device.c')
-rw-r--r--drivers/target/target_core_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/target_core_device.c b/drivers/target/target_core_device.c
index f870c3bcfd82..59601d88f46c 100644
--- a/drivers/target/target_core_device.c
+++ b/drivers/target/target_core_device.c
@@ -35,6 +35,7 @@
#include <linux/spinlock.h>
#include <linux/kthread.h>
#include <linux/in.h>
+#include <linux/export.h>
#include <net/sock.h>
#include <net/tcp.h>
#include <scsi/scsi.h>