diff options
author | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2013-11-05 06:37:03 -0500 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-11-08 11:10:30 -0500 |
commit | 43504631d04253d9866b9fbd2e06aed2e88a692b (patch) | |
tree | 7f06cd0afb69d810c051bf9e8d965eee97b1bfd6 | |
parent | b8df6647c248db457f1c2fb4f0f6350beaf16f9e (diff) |
skd: remove SCSI subsystem specific includes
This is not a SCSI host driver so remove SCSI subsystem specific
includes.
Cc: Akhil Bhansali <abhansali@stec-inc.com>
Cc: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | drivers/block/skd_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c index 9ff34be89f99..47d8a6a0a0cf 100644 --- a/drivers/block/skd_main.c +++ b/drivers/block/skd_main.c | |||
@@ -42,9 +42,6 @@ | |||
42 | #include <linux/wait.h> | 42 | #include <linux/wait.h> |
43 | #include <linux/uio.h> | 43 | #include <linux/uio.h> |
44 | #include <scsi/scsi.h> | 44 | #include <scsi/scsi.h> |
45 | #include <scsi/scsi_host.h> | ||
46 | #include <scsi/scsi_tcq.h> | ||
47 | #include <scsi/scsi_cmnd.h> | ||
48 | #include <scsi/sg.h> | 45 | #include <scsi/sg.h> |
49 | #include <linux/io.h> | 46 | #include <linux/io.h> |
50 | #include <linux/uaccess.h> | 47 | #include <linux/uaccess.h> |