summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_stat.c
diff options
context:
space:
mode:
authorAndy Grover2013-11-11 17:59:18 +0100
committerNicholas Bellinger2013-11-12 22:45:24 +0100
commit0f59cc3fc1c04413eb1368b57f5e806ebd731ef8 (patch)
tree9fef72939a19eeb2bbb823a707cfc988d8c6b9b7 /drivers/target/target_core_stat.c
parenttarget: Pass through I/O topology for block backstores (diff)
downloadkernel-qcow2-linux-0f59cc3fc1c04413eb1368b57f5e806ebd731ef8.tar.gz
kernel-qcow2-linux-0f59cc3fc1c04413eb1368b57f5e806ebd731ef8.tar.xz
kernel-qcow2-linux-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_stat.c')
-rw-r--r--drivers/target/target_core_stat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_stat.c b/drivers/target/target_core_stat.c
index 9c642e02cba1..632665c026a8 100644
--- a/drivers/target/target_core_stat.c
+++ b/drivers/target/target_core_stat.c
@@ -32,7 +32,6 @@
#include <linux/utsname.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
-#include <linux/blkdev.h>
#include <linux/configfs.h>
#include <scsi/scsi.h>
#include <scsi/scsi_device.h>