From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753056AbdBJIvP (ORCPT ); Fri, 10 Feb 2017 03:51:15 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:36812 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752325AbdBJIvL (ORCPT ); Fri, 10 Feb 2017 03:51:11 -0500 Date: Fri, 10 Feb 2017 09:20:27 +0100 From: Ingo Molnar To: Wei Yongjun Cc: Fenghua Yu , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Wei Yongjun , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] x86/intel_rdt: Remove duplicated include from intel_rdt_rdtgroup.c Message-ID: <20170210082027.GA20691@gmail.com> References: <20170209153131.2536-1-weiyj.lk@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170209153131.2536-1-weiyj.lk@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Wei Yongjun wrote: > From: Wei Yongjun > > Remove duplicated include. > > Signed-off-by: Wei Yongjun > --- > 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 > #include > #include > -#include > #include > > #include Same comment as for your other trivial patch: the list of includes in that .c file can probably be further reduced. I.e. instead of a mindless single liner that helps no-one, try to improve the code for real. Thanks, Ingo