From patchwork Mon Nov 19 11:28:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12929 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 3F7BA23E01 for ; Mon, 19 Nov 2012 11:34:37 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id DE281A187C4 for ; Mon, 19 Nov 2012 11:34:36 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so6267675iej.11 for ; Mon, 19 Nov 2012 03:34:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=AZPEBSekQGVjCs+khDS7Q0ttKuIaKxtcdfQAm2cGtWg=; b=pB4+MoI1xTyicQ6LDfxap54aOGCS1bxNCC8sPUxRTMAj47WdE8huGJazIqrXN/ACJ/ i3YFfal16+L1RhwxKQTdWPhGaI3+P9BCV1RhNU76PXXp0ZdsCc3HsONogqEVUJs8QPFv NGhAlb3ZZ+hxKl0rBRjHjQtNRfZRL1bqrk8owwO1JLYXQ4wHj3H0fjqQ1WPCPJsdRMyV UMcRCPp++gFMXis+Tfgf34t+DlgCR8HB++8rV39UheYJ7G6Z/3CUz259Fvry61jD0o6K t0hSsCYFAFIPxMfaPawJLjZRbMNduhpFRDbMvoZPSs82kZNaFRZ934bYuNgzf3/7smbR Up0A== Received: by 10.50.213.69 with SMTP id nq5mr6164598igc.70.1353324876246; Mon, 19 Nov 2012 03:34:36 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp145728igt; Mon, 19 Nov 2012 03:34:35 -0800 (PST) Received: by 10.66.87.133 with SMTP id ay5mr34792526pab.59.1353324875244; Mon, 19 Nov 2012 03:34:35 -0800 (PST) Received: from mail-da0-f53.google.com (mail-da0-f53.google.com [209.85.210.53]) by mx.google.com with ESMTPS id ic4si12260551pbc.259.2012.11.19.03.34.35 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:34:35 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.53 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.53; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.53 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-da0-f53.google.com with SMTP id g9so2095076dad.12 for ; Mon, 19 Nov 2012 03:34:35 -0800 (PST) Received: by 10.68.196.170 with SMTP id in10mr38601426pbc.0.1353324874899; Mon, 19 Nov 2012 03:34:34 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id kc4sm6097882pbc.23.2012.11.19.03.34.31 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:34:34 -0800 (PST) From: Sachin Kamat To: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org Cc: mst@redhat.com, nab@linux-iscsi.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] vhost: Remove duplicate inclusion of linux/vhost.h Date: Mon, 19 Nov 2012 16:58:28 +0530 Message-Id: <1353324508-22083-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQkKnjUBJTLAnJaUichjvl+dFsLBCw3RxMzT8kVzSWNoCFXWNwzefnGjeSpJ8DYLShA4cj9k linux/vhost.h was included twice. Signed-off-by: Sachin Kamat Acked-by: Michael S. Tsirkin --- drivers/vhost/tcm_vhost.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/tcm_vhost.c index 73bbc46..798792b 100644 --- a/drivers/vhost/tcm_vhost.c +++ b/drivers/vhost/tcm_vhost.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include