diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-09-23 08:20:22 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-09-27 21:21:00 +0200 |
commit | 5140a6f471137205687428b0b8f12f7187bffd18 (patch) | |
tree | cc205eb6b21ed545f0d4461bbe94407e7d0123c6 /arch/x86/hyperv | |
parent | 2f285f46240d67060061d153786740d4df53cd78 (diff) | |
download | linux-5140a6f471137205687428b0b8f12f7187bffd18.tar.bz2 |
x86/hyperv: Remove unused include
Remove including <linux/version.h>. It's not needed.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Cc: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: <devel@linuxdriverproject.org>
Cc: <kernel-janitors@vger.kernel.org>
Link: https://lkml.kernel.org/r/1537690822-97455-1-git-send-email-yuehaibing@huawei.com
Diffstat (limited to 'arch/x86/hyperv')
-rw-r--r-- | arch/x86/hyperv/hv_apic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/hyperv/hv_apic.c b/arch/x86/hyperv/hv_apic.c index 2c43e3055948..8eb6fbee8e13 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> |