Commit-ID:  5140a6f471137205687428b0b8f12f7187bffd18
Gitweb:     https://git.kernel.org/tip/5140a6f471137205687428b0b8f12f7187bffd18
Author:     YueHaibing <yuehaib...@huawei.com>
AuthorDate: Sun, 23 Sep 2018 08:20:22 +0000
Committer:  Thomas Gleixner <t...@linutronix.de>
CommitDate: Thu, 27 Sep 2018 21:21:00 +0200

x86/hyperv: Remove unused include

Remove including <linux/version.h>. It's not needed.

Signed-off-by: YueHaibing <yuehaib...@huawei.com>
Signed-off-by: Thomas Gleixner <t...@linutronix.de>
Reviewed-by: Michael Kelley <mikel...@microsoft.com>
Cc: "K. Y. Srinivasan" <k...@microsoft.com>
Cc: Haiyang Zhang <haiya...@microsoft.com>
Cc: Stephen Hemminger <sthem...@microsoft.com>
Cc: "H. Peter Anvin" <h...@zytor.com>
Cc: <de...@linuxdriverproject.org>
Cc: <kernel-janit...@vger.kernel.org>
Link: 
https://lkml.kernel.org/r/1537690822-97455-1-git-send-email-yuehaib...@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 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>

Reply via email to