Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588654 > unrolled thread

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

Started byMasanari Iida <standby24x7@gmail.com>
First post2017-02-27 14:00 +0100
Last post2017-02-27 14:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] [linux-next] x86/vmware: Remove duplicate inclusion of asm/timer.h Masanari Iida <standby24x7@gmail.com> - 2017-02-27 14:00 +0100

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

FromMasanari Iida <standby24x7@gmail.com>
Date2017-02-27 14:00 +0100
Subject[PATCH] [linux-next] x86/vmware: Remove duplicate inclusion of asm/timer.h
Message-ID<tft4e-5G3-3@gated-at.bofh.it>
This patch remove duplicate asm/timer.h in vmware.c
Confirm successfully compile after remove the line.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web