projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e5e873
)
vhost_vdpa: Fix duplicate included kernel.h
author
Tian Tao
<tiantao6@hisilicon.com>
Tue, 15 Sep 2020 00:51:42 +0000
(08:51 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Wed, 21 Oct 2020 14:34:11 +0000
(10:34 -0400)
linux/kernel.h is included more than once, Remove the one that isn't
necessary.
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Link:
https://lore.kernel.org/r/1600131102-24672-1-git-send-email-tiantao6@hisilicon.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
drivers/vhost/vdpa.c
patch
|
blob
|
history
diff --git
a/drivers/vhost/vdpa.c
b/drivers/vhost/vdpa.c
index 62a9bb0efc55897412ba995d2cd830b1f8da6332..0bef5b10f044a31e1b7da9418c5c1f4dfcf8daed 100644
(file)
--- 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"