[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170209153131.2536-1-weiyj.lk@gmail.com>
Date: Thu, 9 Feb 2017 15:31:31 +0000
From: Wei Yongjun <weiyj.lk@...il.com>
To: Fenghua Yu <fenghua.yu@...el.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>
Cc: Wei Yongjun <weiyongjun1@...wei.com>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH -next] x86/intel_rdt: Remove duplicated include from intel_rdt_rdtgroup.c
From: Wei Yongjun <weiyongjun1@...wei.com>
Remove duplicated include.
Signed-off-by: Wei Yongjun <weiyongjun1@...wei.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 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>
Powered by blists - more mailing lists