x86/hyperv: remove unused linux/version.h header
authorZheng Yongjun <zhengyongjun3@huawei.com>
Fri, 26 Mar 2021 06:49:42 +0000 (14:49 +0800)
committerWei 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

index 60461e5..27e17ad 100644 (file)
@@ -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>