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


Groups > linux.kernel > #1588658 > unrolled thread

[PATCH] [linux-next] x86/intel_rdt: Remove duplicate inclusion of linux/cpu.h

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

Back to article view | Back to linux.kernel


Contents

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

#1588658 — [PATCH] [linux-next] x86/intel_rdt: Remove duplicate inclusion of linux/cpu.h

FromMasanari Iida <standby24x7@gmail.com>
Date2017-02-27 14:10 +0100
Subject[PATCH] [linux-next] x86/intel_rdt: Remove duplicate inclusion of linux/cpu.h
Message-ID<tftdU-5Yo-9@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web