projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90b9bfa
)
Drivers: hv: vmbus: Remove unused linux/version.h header
author
Qiheng Lin
<linqiheng@huawei.com>
Wed, 31 Mar 2021 06:06:46 +0000
(14:06 +0800)
committer
Wei Liu
<wei.liu@kernel.org>
Fri, 2 Apr 2021 22:09:46 +0000
(22:09 +0000)
That file is not needed in hv.c.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Qiheng Lin <linqiheng@huawei.com>
Link:
https://lore.kernel.org/r/20210331060646.2471-1-linqiheng@huawei.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/hv.c
patch
|
blob
|
history
diff --git
a/drivers/hv/hv.c
b/drivers/hv/hv.c
index
917b29e
..
3e6ff83
100644
(file)
--- a/
drivers/hv/hv.c
+++ b/
drivers/hv/hv.c
@@
-13,7
+13,6
@@
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/hyperv.h>
-#include <linux/version.h>
#include <linux/random.h>
#include <linux/clockchips.h>
#include <linux/interrupt.h>