From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756924AbXG3HlW (ORCPT ); Mon, 30 Jul 2007 03:41:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753971AbXG3HlM (ORCPT ); Mon, 30 Jul 2007 03:41:12 -0400 Received: from netops-testserver-4-out.sgi.com ([192.48.171.29]:59017 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753546AbXG3HlL (ORCPT ); Mon, 30 Jul 2007 03:41:11 -0400 Message-ID: <46AD95E1.6020100@sgi.com> Date: Mon, 30 Jul 2007 09:40:17 +0200 From: Jes Sorensen User-Agent: Thunderbird 2.0.0.0 (X11/20070719) MIME-Version: 1.0 To: Jesper Juhl Cc: Tony Luck , Andrew Morton , linux-ia64@vger.kernel.org, linux-altix@sgi.com, Linux Kernel Mailing List Subject: Re: [PATCH] ia64: Remove a few duplicate includes References: <200707300028.42496.jesper.juhl@gmail.com> In-Reply-To: <200707300028.42496.jesper.juhl@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jesper Juhl wrote: > (sorry about the duplicate mail, forgot a recipient first time) > > Hi, > This patch removes a few duplicate includes from arch/ia64/ > Please consider merging :-) > Signed-off-by: Jesper Juhl sn2/Altix portion is fine with me, so. Acked-by: Jes Sorensen > --- > > arch/ia64/ia32/sys_ia32.c | 1 - > arch/ia64/kernel/setup.c | 1 - > arch/ia64/sn/kernel/setup.c | 1 - > 3 files changed, 0 insertions(+), 3 deletions(-) > > diff --git a/arch/ia64/ia32/sys_ia32.c b/arch/ia64/ia32/sys_ia32.c > index af10462..a3405b3 100644 > --- a/arch/ia64/ia32/sys_ia32.c > +++ b/arch/ia64/ia32/sys_ia32.c > @@ -34,7 +34,6 @@ > #include > #include > #include > -#include > #include > #include > #include > diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c > index 7cecd29..cd9a37a 100644 > --- a/arch/ia64/kernel/setup.c > +++ b/arch/ia64/kernel/setup.c > @@ -60,7 +60,6 @@ > #include > #include > #include > -#include > > #if defined(CONFIG_SMP) && (IA64_CPU_SIZE > PAGE_SIZE) > # error "struct cpuinfo_ia64 too big!" > diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c > index 684b1c9..1f38a3a 100644 > --- a/arch/ia64/sn/kernel/setup.c > +++ b/arch/ia64/sn/kernel/setup.c > @@ -25,7 +25,6 @@ > #include > #include > #include > -#include > #include > #include > #include >