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


Groups > linux.kernel > #1588654

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

From Masanari Iida <standby24x7@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] [linux-next] x86/vmware: Remove duplicate inclusion of asm/timer.h
Date 2017-02-27 14:00 +0100
Message-ID <tft4e-5G3-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web