From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH-v3 8/9] vhost/scsi: Drop left-over scsi_tcq.h include Date: Tue, 3 Feb 2015 11:38:49 +0200 Message-ID: <20150203093849.GM2830@redhat.com> References: <1422945003-24538-1-git-send-email-nab@daterainc.com> <1422945003-24538-9-git-send-email-nab@daterainc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1422945003-24538-9-git-send-email-nab@daterainc.com> Sender: kvm-owner@vger.kernel.org To: "Nicholas A. Bellinger" Cc: target-devel , linux-scsi , kvm-devel , Paolo Bonzini , Al Viro , Christoph Hellwig , Nicholas Bellinger List-Id: linux-scsi@vger.kernel.org On Tue, Feb 03, 2015 at 06:30:02AM +0000, Nicholas A. Bellinger wrote: > From: Nicholas Bellinger > > 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 > Cc: Paolo Bonzini > Signed-off-by: Nicholas Bellinger Acked-by: Michael S. Tsirkin > --- > drivers/vhost/scsi.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/vhost/scsi.c b/drivers/vhost/scsi.c > index 9af93d0..2b4b002 100644 > --- a/drivers/vhost/scsi.c > +++ b/drivers/vhost/scsi.c > @@ -38,7 +38,6 @@ > #include > #include > #include > -#include > #include > #include > #include > -- > 1.9.1