All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [linux-next] x86/vmware: Remove duplicate inclusion of asm/timer.h
@ 2017-02-27 12:29 Masanari Iida
  2017-03-01  9:55 ` [tip:x86/urgent] " tip-bot for Masanari Iida
  0 siblings, 1 reply; 3+ messages in thread
From: Masanari Iida @ 2017-02-27 12:29 UTC (permalink / raw)
  To: akataria, tglx, mingo, linux-kernel, virtualization; +Cc: Masanari Iida

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [tip:x86/urgent] x86/vmware: Remove duplicate inclusion of asm/timer.h
  2017-02-27 12:29 [PATCH] [linux-next] x86/vmware: Remove duplicate inclusion of asm/timer.h Masanari Iida
@ 2017-03-01  9:55 ` tip-bot for Masanari Iida
  0 siblings, 0 replies; 3+ messages in thread
From: tip-bot for Masanari Iida @ 2017-03-01  9:55 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: tglx, standby24x7, hpa, linux-kernel, mingo

Commit-ID:  aa5ec3f715d576353c7d8f4f8085634bd845b73f
Gitweb:     http://git.kernel.org/tip/aa5ec3f715d576353c7d8f4f8085634bd845b73f
Author:     Masanari Iida <standby24x7@gmail.com>
AuthorDate: Mon, 27 Feb 2017 21:29:22 +0900
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Wed, 1 Mar 2017 10:51:40 +0100

x86/vmware: Remove duplicate inclusion of asm/timer.h

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Cc: akataria@vmware.com
Cc: virtualization@lists.linux-foundation.org
Link: http://lkml.kernel.org/r/20170227122922.26230-1-standby24x7@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

---
 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 891f4da..22403a2 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] [linux-next] x86/vmware: Remove duplicate inclusion of asm/timer.h
@ 2017-02-27 12:29 Masanari Iida
  0 siblings, 0 replies; 3+ messages in thread
From: Masanari Iida @ 2017-02-27 12:29 UTC (permalink / raw)
  To: akataria, tglx, mingo, linux-kernel, virtualization; +Cc: Masanari Iida

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-01 10:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 12:29 [PATCH] [linux-next] x86/vmware: Remove duplicate inclusion of asm/timer.h Masanari Iida
2017-03-01  9:55 ` [tip:x86/urgent] " tip-bot for Masanari Iida
2017-02-27 12:29 [PATCH] [linux-next] " Masanari Iida

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.