Browse Source

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
YueHaibing 6 years ago
parent
commit
5140a6f471
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/x86/hyperv/hv_apic.c

+ 0 - 1
arch/x86/hyperv/hv_apic.c

@@ -20,7 +20,6 @@
  */
  */
 
 
 #include <linux/types.h>
 #include <linux/types.h>
-#include <linux/version.h>
 #include <linux/vmalloc.h>
 #include <linux/vmalloc.h>
 #include <linux/mm.h>
 #include <linux/mm.h>
 #include <linux/clockchips.h>
 #include <linux/clockchips.h>