Re: [PATCH] vhost_vdpa: Fix duplicate included kernel.h

2020-09-15 Thread Jason Wang
On 2020/9/15 上午8:51, Tian Tao wrote: linux/kernel.h is included more than once, Remove the one that isn't necessary. Signed-off-by: Tian Tao --- drivers/vhost/vdpa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/vhost/vdpa.c b/drivers/vhost/vdpa.c index 3fab94f..95e2b83 100644

[PATCH] vhost_vdpa: Fix duplicate included kernel.h

2020-09-14 Thread Tian Tao
linux/kernel.h is included more than once, Remove the one that isn't necessary. Signed-off-by: Tian Tao --- drivers/vhost/vdpa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/vhost/vdpa.c b/drivers/vhost/vdpa.c index 3fab94f..95e2b83 100644 --- a/drivers/vhost/vdpa.c +++ b/drivers/v