[PATCH -next] x86/hyper-v: Remove unused including <linux/version.h>

YueHaibing yuehaibing at huawei.com
Sun Sep 23 08:20:22 UTC 2018


Remove including <linux/version.h> that don't need it.

Signed-off-by: YueHaibing <yuehaibing at huawei.com>
---
 arch/x86/hyperv/hv_apic.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/hyperv/hv_apic.c b/arch/x86/hyperv/hv_apic.c
index 2c43e30..8eb6fbee 100644
--- a/arch/x86/hyperv/hv_apic.c
+++ b/arch/x86/hyperv/hv_apic.c
@@ -20,7 +20,6 @@
  */
 
 #include <linux/types.h>
-#include <linux/version.h>
 #include <linux/vmalloc.h>
 #include <linux/mm.h>
 #include <linux/clockchips.h>



More information about the devel mailing list