diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-19 05:28:28 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-19 23:51:40 +0400 |
commit | 91aa76518d0352829c445a8250f0fb68aee1811a (patch) | |
tree | f2b4f736a510d141a70350445df39b66da1ceb1a /drivers/vhost | |
parent | 909a85834d4e082501c26dd745b7caacf4eb1db3 (diff) | |
download | linux-91aa76518d0352829c445a8250f0fb68aee1811a.tar.xz |
vhost: Remove duplicate inclusion of linux/vhost.h
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>
Diffstat (limited to 'drivers/vhost')
-rw-r--r-- | 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 23c138fdc195..ef8884482439 100644 --- a/drivers/vhost/tcm_vhost.c +++ b/drivers/vhost/tcm_vhost.c @@ -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> |