From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754018AbcGSN4l (ORCPT ); Tue, 19 Jul 2016 09:56:41 -0400 Received: from mail.windriver.com ([147.11.1.11]:57605 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753782AbcGSN4i (ORCPT ); Tue, 19 Jul 2016 09:56:38 -0400 Subject: Re: [PATCH -next] x86, apic: Remove duplicated include from probe_64.c To: Wei Yongjun , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" References: <1468929740-8999-1-git-send-email-weiyj_lk@163.com> CC: Wei Yongjun , , From: Paul Gortmaker Message-ID: Date: Tue, 19 Jul 2016 09:55:42 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1468929740-8999-1-git-send-email-weiyj_lk@163.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [128.224.56.57] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016-07-19 08:02 AM, Wei Yongjun wrote: > From: Wei Yongjun > > Remove duplicated include. Gah, I had told myself to run make includecheck before and after as a sanity check and then forgot. Thanks -- on both counts. P. -- > > Signed-off-by: Wei Yongjun > --- > arch/x86/kernel/apic/probe_64.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/x86/kernel/apic/probe_64.c b/arch/x86/kernel/apic/probe_64.c > index d4880a3..c303054 100644 > --- a/arch/x86/kernel/apic/probe_64.c > +++ b/arch/x86/kernel/apic/probe_64.c > @@ -14,7 +14,6 @@ > #include > #include > #include > -#include > #include > #include > > > > >