From patchwork Mon Nov 19 11:28:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] vhost: Remove duplicate inclusion of linux/vhost.h Date: Mon, 19 Nov 2012 01:28:28 -0000 From: Sachin Kamat X-Patchwork-Id: 199990 Message-Id: <1353324508-22083-1-git-send-email-sachin.kamat@linaro.org> 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 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