projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
909a858
)
vhost: Remove duplicate inclusion of linux/vhost.h
author
Sachin Kamat
<sachin.kamat@linaro.org>
Mon, 19 Nov 2012 01:28:28 +0000
(
01:28
+0000)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/vhost/tcm_vhost.c
b/drivers/vhost/tcm_vhost.c
index 23c138fdc1951558f69854639e75b81aea46395a..ef88844824391c3893641c6841884591b1bdacfe 100644
(file)
--- 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>