Displaying 2 results from an estimated 2 matches for "73bbc46".
2012 Nov 19
3
[PATCH 1/1] vhost: Remove duplicate inclusion of linux/vhost.h
linux/vhost.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat at 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>
#in...
2012 Nov 19
3
[PATCH 1/1] vhost: Remove duplicate inclusion of linux/vhost.h
linux/vhost.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat at 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>
#in...