From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751437AbdB0NH6 (ORCPT ); Mon, 27 Feb 2017 08:07:58 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:35918 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751356AbdB0NH4 (ORCPT ); Mon, 27 Feb 2017 08:07:56 -0500 From: Masanari Iida To: linux-kernel@vger.kernel.org, fenghua.yu@intel.com, tglx@linutronix.de, mingo@redhat.com, x86@kernel.org Cc: Masanari Iida Subject: [PATCH] [linux-next] x86/intel_rdt: Remove duplicate inclusion of linux/cpu.h Date: Mon, 27 Feb 2017 22:07:03 +0900 Message-Id: <20170227130703.26968-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.12.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch remove duplicate linux/cpu.h in intel_rdt_rdtgroup.c. Confirm successfully compile after remove the line. Signed-off-by: Masanari Iida --- 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 #include #include -#include #include #include -- 2.12.0