All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] vdpa: Remove duplicate include
@ 2020-08-18 11:49 ` YueHaibing
  0 siblings, 0 replies; 4+ 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 related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-19  2:55 UTC | newest]

Thread overview: 4+ 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-18 11:49 ` YueHaibing
2020-08-19  2:55 ` Jason Wang
2020-08-19  2:55   ` Jason Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.