diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-06-22 04:55:50 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-07-22 05:37:46 -0400 |
commit | 824cc5ff37a0dc3ec8c9e7002e3b1ca0b408917e (patch) | |
tree | 75a56399479a48cdcf365aaf3b216cb5980ade67 /drivers/target | |
parent | 12f09ccb4612734a53e47ed5302e0479c10a50f8 (diff) |
loopback: Remove duplicate scsi/scsi_tcq.h include
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/loopback/tcm_loop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/loopback/tcm_loop.c b/drivers/target/loopback/tcm_loop.c index 083d6c51f052..e53cec64ddd4 100644 --- a/drivers/target/loopback/tcm_loop.c +++ b/drivers/target/loopback/tcm_loop.c | |||
@@ -31,7 +31,6 @@ | |||
31 | #include <scsi/scsi_host.h> | 31 | #include <scsi/scsi_host.h> |
32 | #include <scsi/scsi_device.h> | 32 | #include <scsi/scsi_device.h> |
33 | #include <scsi/scsi_cmnd.h> | 33 | #include <scsi/scsi_cmnd.h> |
34 | #include <scsi/scsi_tcq.h> | ||
35 | 34 | ||
36 | #include <target/target_core_base.h> | 35 | #include <target/target_core_base.h> |
37 | #include <target/target_core_transport.h> | 36 | #include <target/target_core_transport.h> |