aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_iblock.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-30 14:20:44 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:59 -0400
commit827509e38e5a4a5ba65a745ec7b4b0278656d1ca (patch)
tree9b7c3cb15548495f87aa4996b2bc44fb5786fc4e /drivers/target/target_core_iblock.c
parentc53181af838fb9d82eebbb62b7175b0466d5a7a0 (diff)
drivers/target: Add module.h to drivers/target files as required.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/target/target_core_iblock.c')
-rw-r--r--drivers/target/target_core_iblock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/target_core_iblock.c b/drivers/target/target_core_iblock.c
index 41ad02b5fb87..7698efe29262 100644
--- a/drivers/target/target_core_iblock.c
+++ b/drivers/target/target_core_iblock.c
@@ -37,6 +37,7 @@
37#include <linux/bio.h> 37#include <linux/bio.h>
38#include <linux/genhd.h> 38#include <linux/genhd.h>
39#include <linux/file.h> 39#include <linux/file.h>
40#include <linux/module.h>
40#include <scsi/scsi.h> 41#include <scsi/scsi.h>
41#include <scsi/scsi_host.h> 42#include <scsi/scsi_host.h>
42 43