diff options
author | Zheng Yongjun <[email protected]> | 2021-03-26 14:49:42 +0800 |
---|---|---|
committer | Wei Liu <[email protected]> | 2021-04-02 22:07:26 +0000 |
commit | 90b9bfa4707c85c02cc1b22b57bc8abc24a6a5f0 (patch) | |
tree | 717c4879b085da839412d50059be5e2282974c5d | |
parent | 6dc2a774cb4fdb524b7eb0b8db74198a1b4815ea (diff) |
x86/hyperv: remove unused linux/version.h header
That header is not needed in hv_proc.c.
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Yongjun Zheng <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Wei Liu <[email protected]>
-rw-r--r-- | arch/x86/hyperv/hv_proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/hyperv/hv_proc.c b/arch/x86/hyperv/hv_proc.c index 60461e598239..27e17ad3ba49 100644 --- 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> |