diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-18 20:28:28 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-19 14:51:40 -0500 |
commit | 91aa76518d0352829c445a8250f0fb68aee1811a (patch) | |
tree | f2b4f736a510d141a70350445df39b66da1ceb1a | |
parent | 909a85834d4e082501c26dd745b7caacf4eb1db3 (diff) |
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>
-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 @@ | |||
34 | #include <linux/ctype.h> | 34 | #include <linux/ctype.h> |
35 | #include <linux/compat.h> | 35 | #include <linux/compat.h> |
36 | #include <linux/eventfd.h> | 36 | #include <linux/eventfd.h> |
37 | #include <linux/vhost.h> | ||
38 | #include <linux/fs.h> | 37 | #include <linux/fs.h> |
39 | #include <linux/miscdevice.h> | 38 | #include <linux/miscdevice.h> |
40 | #include <asm/unaligned.h> | 39 | #include <asm/unaligned.h> |