vhost: Remove duplicate inclusion of linux/vhost.h
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 19 Nov 2012 01:28:28 +0000 (01:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Nov 2012 19:51:40 +0000 (14:51 -0500)
linux/vhost.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/vhost/tcm_vhost.c

index 23c138f..ef88844 100644 (file)
@@ -34,7 +34,6 @@
 #include <linux/ctype.h>
 #include <linux/compat.h>
 #include <linux/eventfd.h>
-#include <linux/vhost.h>
 #include <linux/fs.h>
 #include <linux/miscdevice.h>
 #include <asm/unaligned.h>