projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc2a77
)
x86/hyperv: remove unused linux/version.h header
author
Zheng Yongjun
<zhengyongjun3@huawei.com>
Fri, 26 Mar 2021 06:49:42 +0000
(14:49 +0800)
committer
Wei Liu
<wei.liu@kernel.org>
Fri, 2 Apr 2021 22:07:26 +0000
(22:07 +0000)
That header is not needed in hv_proc.c.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yongjun Zheng <zhengyongjun3@huawei.com>
Link:
https://lore.kernel.org/r/20210326064942.3263776-1-zhengyongjun3@huawei.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
arch/x86/hyperv/hv_proc.c
patch
|
blob
|
history
diff --git
a/arch/x86/hyperv/hv_proc.c
b/arch/x86/hyperv/hv_proc.c
index
60461e5
..
27e17ad
100644
(file)
--- a/
arch/x86/hyperv/hv_proc.c
+++ b/
arch/x86/hyperv/hv_proc.c
@@
-1,6
+1,5
@@
// SPDX-License-Identifier: GPL-2.0
#include <linux/types.h>
-#include <linux/version.h>
#include <linux/vmalloc.h>
#include <linux/mm.h>
#include <linux/clockchips.h>