netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] vhost: Remove duplicate inclusion of linux/vhost.h
@ 2012-11-19 11:28 Sachin Kamat
  2012-11-19 19:18 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Sachin Kamat @ 2012-11-19 11:28 UTC (permalink / raw)
  To: kvm, virtualization, netdev; +Cc: mst, nab, sachin.kamat, patches

linux/vhost.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 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 <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>
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-19 19:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 11:28 [PATCH 1/1] vhost: Remove duplicate inclusion of linux/vhost.h Sachin Kamat
2012-11-19 19:18 ` David Miller
2012-11-19 19:49   ` Michael S. Tsirkin
2012-11-19 19:51     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).