aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_rd.c
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2013-11-11 08:59:18 -0800
committerNicholas Bellinger <nab@linux-iscsi.org>2013-11-12 13:45:24 -0800
commit0f59cc3fc1c04413eb1368b57f5e806ebd731ef8 (patch)
tree9fef72939a19eeb2bbb823a707cfc988d8c6b9b7 /drivers/target/target_core_rd.c
parenttarget: Pass through I/O topology for block backstores (diff)
downloadlinux-dev-0f59cc3fc1c04413eb1368b57f5e806ebd731ef8.tar.xz
linux-dev-0f59cc3fc1c04413eb1368b57f5e806ebd731ef8.zip
target: Core does not need blkdev.h
Target core does not depend on the block layer, only backstores that use the block layer do. Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_rd.c')
-rw-r--r--drivers/target/target_core_rd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_rd.c b/drivers/target/target_core_rd.c
index 131327ac7f5b..4ffe5f2ec0e9 100644
--- a/drivers/target/target_core_rd.c
+++ b/drivers/target/target_core_rd.c
@@ -27,7 +27,6 @@
#include <linux/string.h>
#include <linux/parser.h>
#include <linux/timer.h>
-#include <linux/blkdev.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <scsi/scsi.h>