Message ID | 1353324508-22083-1-git-send-email-sachin.kamat@linaro.org |
---|---|
State | Accepted |
Headers | show |
From: Sachin Kamat <sachin.kamat@linaro.org> Date: Mon, 19 Nov 2012 16:58:28 +0530 > linux/vhost.h was included twice. > > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Michael, are you gonna take this? Thanks.
On Mon, Nov 19, 2012 at 02:18:13PM -0500, David Miller wrote: > From: Sachin Kamat <sachin.kamat@linaro.org> > Date: Mon, 19 Nov 2012 16:58:28 +0530 > > > linux/vhost.h was included twice. > > > > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> > > 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: >> From: Sachin Kamat <sachin.kamat@linaro.org> >> Date: Mon, 19 Nov 2012 16:58:28 +0530 >> >> > linux/vhost.h was included twice. >> > >> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> >> >> Michael, are you gonna take this? >> >> Thanks. > > Pls pick it up. > > Acked-by: Michael S. Tsirkin <mst@redhat.com> Applied to net-next, thanks.
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>
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(-)