aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_tpg.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_tpg.c
parent07c92739455520541c22f6529683467aa3058b7c (diff)
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_tpg.c')
-rw-r--r--drivers/target/target_core_tpg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/target_core_tpg.c b/drivers/target/target_core_tpg.c
index 49fd0a9b0a5..8ddd133025b 100644
--- a/drivers/target/target_core_tpg.c
+++ b/drivers/target/target_core_tpg.c
@@ -32,6 +32,7 @@
32#include <linux/slab.h> 32#include <linux/slab.h>
33#include <linux/spinlock.h> 33#include <linux/spinlock.h>
34#include <linux/in.h> 34#include <linux/in.h>
35#include <linux/export.h>
35#include <net/sock.h> 36#include <net/sock.h>
36#include <net/tcp.h> 37#include <net/tcp.h>
37#include <scsi/scsi.h> 38#include <scsi/scsi.h>