Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH -next] vdpa: Remove duplicate include
@ 2020-08-18 11:49 YueHaibing
2020-08-19 2:55 ` Jason Wang
0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2020-08-18 11:49 UTC (permalink / raw)
To: mst, jasowang, tiwei.bie
Cc: kvm, virtualization, netdev, linux-kernel, YueHaibing
Remove duplicate include file
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
drivers/vhost/vdpa.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/vhost/vdpa.c b/drivers/vhost/vdpa.c
index 3fab94f88894..95e2b8307a2a 100644
--- a/drivers/vhost/vdpa.c
+++ b/drivers/vhost/vdpa.c
@@ -22,7 +22,6 @@
#include <linux/nospec.h>
#include <linux/vhost.h>
#include <linux/virtio_net.h>
-#include <linux/kernel.h>
#include "vhost.h"
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH -next] vdpa: Remove duplicate include
2020-08-18 11:49 [PATCH -next] vdpa: Remove duplicate include YueHaibing
@ 2020-08-19 2:55 ` Jason Wang
0 siblings, 0 replies; 2+ messages in thread
From: Jason Wang @ 2020-08-19 2:55 UTC (permalink / raw)
To: YueHaibing, mst, tiwei.bie; +Cc: kvm, virtualization, netdev, linux-kernel
On 2020/8/18 下午7:49, YueHaibing wrote:
> Remove duplicate include file
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
> drivers/vhost/vdpa.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/vhost/vdpa.c b/drivers/vhost/vdpa.c
> index 3fab94f88894..95e2b8307a2a 100644
> --- a/drivers/vhost/vdpa.c
> +++ b/drivers/vhost/vdpa.c
> @@ -22,7 +22,6 @@
> #include <linux/nospec.h>
> #include <linux/vhost.h>
> #include <linux/virtio_net.h>
> -#include <linux/kernel.h>
>
> #include "vhost.h"
>
Acked-by: Jason Wang <jasowang@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-19 2:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-18 11:49 [PATCH -next] vdpa: Remove duplicate include YueHaibing
2020-08-19 2:55 ` Jason Wang
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).