diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-03-26 14:49:42 +0800 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2021-04-02 22:07:26 +0000 |
commit | 90b9bfa4707c85c02cc1b22b57bc8abc24a6a5f0 (patch) | |
tree | 717c4879b085da839412d50059be5e2282974c5d /arch/x86/hyperv | |
parent | 6dc2a774cb4fdb524b7eb0b8db74198a1b4815ea (diff) |
x86/hyperv: remove unused linux/version.h header
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>
Diffstat (limited to 'arch/x86/hyperv')
-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> |