diff options
author | Andy Grover <agrover@redhat.com> | 2013-11-11 08:59:18 -0800 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2013-11-12 13:45:24 -0800 |
commit | 0f59cc3fc1c04413eb1368b57f5e806ebd731ef8 (patch) | |
tree | 9fef72939a19eeb2bbb823a707cfc988d8c6b9b7 /drivers/target/target_core_stat.c | |
parent | 7f7caf6aa74a4f4ad21ebe08bf23b594fce45ca7 (diff) |
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.c | 1 |
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> |