[PATCH] [linux-next] x86/vmware: Remove duplicate inclusion of asm/timer.h

From: Masanari Iida
Date: Mon Feb 27 2017 - 07:56:27 EST


This patch remove duplicate asm/timer.h in vmware.c
Confirm successfully compile after remove the line.

Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
---
arch/x86/kernel/cpu/vmware.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/vmware.c b/arch/x86/kernel/cpu/vmware.c
index 891f4dad7b2c..22403a28caf5 100644
--- a/arch/x86/kernel/cpu/vmware.c
+++ b/arch/x86/kernel/cpu/vmware.c
@@ -30,7 +30,6 @@
#include <asm/hypervisor.h>
#include <asm/timer.h>
#include <asm/apic.h>
-#include <asm/timer.h>

#undef pr_fmt
#define pr_fmt(fmt) "vmware: " fmt
--
2.12.0