vhost/scsi: Drop left-over scsi_tcq.h include
authorNicholas Bellinger <nab@linux-iscsi.org>
Sun, 1 Feb 2015 07:58:27 +0000 (23:58 -0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 4 Feb 2015 18:55:38 +0000 (10:55 -0800)
With the recent removal of MSG_*_TAG defines in commit 68d81f40,
vhost-scsi is now using TCM_*_TAG and doesn't depend upon host
side scsi_tcq.h definitions anymore.

Cc: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/vhost/scsi.c

index b5e2b40cafcaa7718efcf8106e4e2cd79caf3bea..1a66fcfeb61c730cea9a1d5acee36c53a7609c3b 100644 (file)
@@ -38,7 +38,6 @@
 #include <linux/miscdevice.h>
 #include <asm/unaligned.h>
 #include <scsi/scsi.h>
-#include <scsi/scsi_tcq.h>
 #include <target/target_core_base.h>
 #include <target/target_core_fabric.h>
 #include <target/target_core_fabric_configfs.h>
This page took 0.02662 seconds and 5 git commands to generate.