From patchwork Fri Feb 6 05:06:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Nicholas A. Bellinger" X-Patchwork-Id: 5788581 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6CDA09FA44 for ; Fri, 6 Feb 2015 05:40:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ABF2A20155 for ; Fri, 6 Feb 2015 05:40:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C252520172 for ; Fri, 6 Feb 2015 05:40:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752520AbbBFFj7 (ORCPT ); Fri, 6 Feb 2015 00:39:59 -0500 Received: from mail-oi0-f41.google.com ([209.85.218.41]:49145 "EHLO mail-oi0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752660AbbBFFjy (ORCPT ); Fri, 6 Feb 2015 00:39:54 -0500 Received: by mail-oi0-f41.google.com with SMTP id z81so10316832oif.0 for ; Thu, 05 Feb 2015 21:39:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=SSVOHRpOvWT79mlYav0vp9ulfCljO0BSUdMF11l7B88=; b=R0QPCEypw72uJ380ORCFnbzEIEu1NPXCBUT9kZhzLscMDXcpkftRb9GjDjamfVzHUD 989mts9l/iCmjsZLiet0JtyzpRuE3O16GV7jY/6KUdNmG/75iBsqqnm2ObVT2zzJKqWi 0bl6tiwW5A3FLDt6O9MxjL0AJqELQn2/FQ92i7GC3ODJJxNA/6IfVLBkIuRgEf1xOKPz z5ENwPt4lX+KV/Zprpqc0UUlDXb5xit1C3tuTi6mYiieUQBi8ovCujoI6y4IQZB1Nkkh CDJ7bpv+8KmnJGEAFr2/F+O5TJyK6N279aoRPVhaaP/EZ2HMOiFc0ugFYACpDfwEYWdG hKBg== X-Gm-Message-State: ALoCoQnRRU95Z4Jkvs5FZ5q+O/DEPC5qo+1RtQjxYmDvENYuW9A3oOUtuyEe/GARbutTWX2g1pQv X-Received: by 10.60.16.230 with SMTP id j6mr1306623oed.8.1423201193796; Thu, 05 Feb 2015 21:39:53 -0800 (PST) Received: from localhost.localdomain (mail.linux-iscsi.org. [67.23.28.174]) by mx.google.com with ESMTPSA id x8sm800393obg.18.2015.02.05.21.39.53 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 05 Feb 2015 21:39:53 -0800 (PST) From: "Nicholas A. Bellinger" To: target-devel Cc: linux-scsi , kvm-devel , Paolo Bonzini , "Michael S. Tsirkin" , Al Viro , Christoph Hellwig , Nicholas Bellinger Subject: [PATCH-v4 7/8] vhost/scsi: Drop left-over scsi_tcq.h include Date: Fri, 6 Feb 2015 05:06:40 +0000 Message-Id: <1423199201-14659-8-git-send-email-nab@daterainc.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1423199201-14659-1-git-send-email-nab@daterainc.com> References: <1423199201-14659-1-git-send-email-nab@daterainc.com> Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Acked-by: Michael S. Tsirkin Cc: Paolo Bonzini Signed-off-by: Nicholas Bellinger --- drivers/vhost/scsi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/vhost/scsi.c b/drivers/vhost/scsi.c index b5e2b40..1a66fcf 100644 --- a/drivers/vhost/scsi.c +++ b/drivers/vhost/scsi.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include #include