diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-30 18:16:43 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:58 -0400 |
commit | c53181af838fb9d82eebbb62b7175b0466d5a7a0 (patch) | |
tree | afb4fb9a78349b9ef21b0f1c17778a14b1a44a64 /drivers/target/target_core_alua.c | |
parent | 07c92739455520541c22f6529683467aa3058b7c (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_alua.c')
-rw-r--r-- | drivers/target/target_core_alua.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/target_core_alua.c b/drivers/target/target_core_alua.c index 8f4447749c71..d9619278a17a 100644 --- a/drivers/target/target_core_alua.c +++ b/drivers/target/target_core_alua.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/slab.h> | 27 | #include <linux/slab.h> |
28 | #include <linux/spinlock.h> | 28 | #include <linux/spinlock.h> |
29 | #include <linux/configfs.h> | 29 | #include <linux/configfs.h> |
30 | #include <linux/export.h> | ||
30 | #include <scsi/scsi.h> | 31 | #include <scsi/scsi.h> |
31 | #include <scsi/scsi_cmnd.h> | 32 | #include <scsi/scsi_cmnd.h> |
32 | 33 | ||