linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [linux-next] x86/intel_rdt: Remove duplicate inclusion of linux/cpu.h
@ 2017-02-27 13:07 Masanari Iida
  2017-03-01  9:55 ` [tip:x86/urgent] " tip-bot for Masanari Iida
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2017-02-27 13:07 UTC (permalink / raw)
  To: linux-kernel, fenghua.yu, tglx, mingo, x86; +Cc: Masanari Iida

This patch remove duplicate linux/cpu.h in intel_rdt_rdtgroup.c.
Confirm successfully compile after remove the line.

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

diff --git a/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c b/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
index 8af04afdfcb9..759577d9d166 100644
--- a/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
+++ b/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
@@ -27,7 +27,6 @@
 #include <linux/seq_file.h>
 #include <linux/sched.h>
 #include <linux/slab.h>
-#include <linux/cpu.h>
 #include <linux/task_work.h>
 
 #include <uapi/linux/magic.h>
-- 
2.12.0

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

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

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

x86/intel_rdt: Remove duplicate inclusion of linux/cpu.h

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Cc: fenghua.yu@intel.com
Link: http://lkml.kernel.org/r/20170227130703.26968-1-standby24x7@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

---
 arch/x86/kernel/cpu/intel_rdt_rdtgroup.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c b/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
index 8af04af..759577d 100644
--- a/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
+++ b/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
@@ -27,7 +27,6 @@
 #include <linux/seq_file.h>
 #include <linux/sched.h>
 #include <linux/slab.h>
-#include <linux/cpu.h>
 #include <linux/task_work.h>
 
 #include <uapi/linux/magic.h>

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

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).