summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_pscsi.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-08-30 20:20:44 +0200
committerPaul Gortmaker2011-11-01 00:31:59 +0100
commit827509e38e5a4a5ba65a745ec7b4b0278656d1ca (patch)
tree9b7c3cb15548495f87aa4996b2bc44fb5786fc4e /drivers/target/target_core_pscsi.c
parentdrivers/target: Add export.h to files as required. (diff)
downloadkernel-qcow2-linux-827509e38e5a4a5ba65a745ec7b4b0278656d1ca.tar.gz
kernel-qcow2-linux-827509e38e5a4a5ba65a745ec7b4b0278656d1ca.tar.xz
kernel-qcow2-linux-827509e38e5a4a5ba65a745ec7b4b0278656d1ca.zip
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_pscsi.c')
-rw-r--r--drivers/target/target_core_pscsi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/target_core_pscsi.c b/drivers/target/target_core_pscsi.c
index dad671dee9e9..b452efe6dfa7 100644
--- a/drivers/target/target_core_pscsi.c
+++ b/drivers/target/target_core_pscsi.c
@@ -36,6 +36,7 @@
#include <linux/genhd.h>
#include <linux/cdrom.h>
#include <linux/file.h>
+#include <linux/module.h>
#include <scsi/scsi.h>
#include <scsi/scsi_device.h>
#include <scsi/scsi_cmnd.h>