[PATCH 1/1] vhost: Remove duplicate inclusion of linux/vhost.h
Subsystems:
the rest, virtio host (vhost)
STALE5040d
4 messages,
3 authors,
2012-11-19 · open the first message on its own page
linux/vhost.h was included twice.
Signed-off-by: Sachin Kamat <redacted>
---
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
From: Sachin Kamat <redacted>
Date: Mon, 19 Nov 2012 16:58:28 +0530
linux/vhost.h was included twice.
Signed-off-by: Sachin Kamat <redacted>
Michael, are you gonna take this?
Thanks.
On Mon, Nov 19, 2012 at 02:18:13PM -0500, David Miller wrote:
From: Sachin Kamat <redacted>
Date: Mon, 19 Nov 2012 16:58:28 +0530
quoted
linux/vhost.h was included twice.
Signed-off-by: Sachin Kamat <redacted>
Michael, are you gonna take this?
Thanks.
Pls pick it up.
Acked-by: Michael S. Tsirkin <mst@redhat.com>
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: Mon, 19 Nov 2012 21:49:55 +0200
On Mon, Nov 19, 2012 at 02:18:13PM -0500, David Miller wrote:
quoted
From: Sachin Kamat <redacted>
Date: Mon, 19 Nov 2012 16:58:28 +0530
quoted
linux/vhost.h was included twice.
Signed-off-by: Sachin Kamat <redacted>
Michael, are you gonna take this?
Thanks.
Pls pick it up.
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Applied to net-next, thanks.