From mboxrd@z Thu Jan 1 00:00:00 1970 From: KOSAKI Motohiro Date: Fri, 06 Feb 2009 09:11:15 +0000 Subject: Re: [linux-next][PATCH] revert headers_check fix: ia64, fpu.h Message-Id: <20090206180957.6294.KOSAKI.MOTOHIRO@jp.fujitsu.com> List-Id: References: <20090206164546.6291.KOSAKI.MOTOHIRO@jp.fujitsu.com> <3f9a31f40902060053x18dacf58u40c739ab89f13860@mail.gmail.com> In-Reply-To: <3f9a31f40902060053x18dacf58u40c739ab89f13860@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jaswinder Singh Rajput Cc: kosaki.motohiro@jp.fujitsu.com, Jaswinder Singh Rajput , Ingo Molnar , Linus Torvalds , Sam Ravnborg , Andrew Morton , Russell King - ARM Linux , hskinnemoen@atmel.com, cooloney@kernel.org, tony.luck@intel.com, ralf@linux-mips.org, dhowells@redhat.com, matthew@wil.cx, chris@zankel.net, LKML , linux-next , linux-ia64 > > Index: b/arch/ia64/include/asm/fpu.h > > =================================> > --- a/arch/ia64/include/asm/fpu.h > > +++ b/arch/ia64/include/asm/fpu.h > > @@ -6,7 +6,7 @@ > > * David Mosberger-Tang > > */ > > > > -#include > > +#include > > > > No , we do not even need asm/types.h > > Subject: [PATCH] Neither asm/types.h nor linux/types.h is not required > for arch/ia64/include/asm/fpu.h > > Signed-off-by: Jaswinder Singh Rajput ok. I confirmed. Tested-by: KOSAKI Motohiro Reviewed-by: KOSAKI Motohiro thanks. > --- > arch/ia64/include/asm/fpu.h | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/arch/ia64/include/asm/fpu.h b/arch/ia64/include/asm/fpu.h > index b6395ad..0c26157 100644 > --- a/arch/ia64/include/asm/fpu.h > +++ b/arch/ia64/include/asm/fpu.h > @@ -6,8 +6,6 @@ > * David Mosberger-Tang > */ > > -#include > - > /* floating point status register: */ > #define FPSR_TRAP_VD (1 << 0) /* invalid op trap disabled */ > #define FPSR_TRAP_DD (1 << 1) /* denormal trap disabled */ > -- > 1.6.1.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: KOSAKI Motohiro Subject: Re: [linux-next][PATCH] revert headers_check fix: ia64, fpu.h Date: Fri, 6 Feb 2009 18:11:15 +0900 (JST) Message-ID: <20090206180957.6294.KOSAKI.MOTOHIRO@jp.fujitsu.com> References: <20090206164546.6291.KOSAKI.MOTOHIRO@jp.fujitsu.com> <3f9a31f40902060053x18dacf58u40c739ab89f13860@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3f9a31f40902060053x18dacf58u40c739ab89f13860@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Jaswinder Singh Rajput Cc: kosaki.motohiro@jp.fujitsu.com, Jaswinder Singh Rajput , Ingo Molnar , Linus Torvalds , Sam Ravnborg , Andrew Morton , Russell King - ARM Linux , hskinnemoen@atmel.com, cooloney@kernel.org, tony.luck@intel.com, ralf@linux-mips.org, dhowells@redhat.com, matthew@wil.cx, chris@zankel.net, LKML , linux-next , linux-ia64 List-Id: linux-next.vger.kernel.org > > Index: b/arch/ia64/include/asm/fpu.h > > =================================================================== > > --- a/arch/ia64/include/asm/fpu.h > > +++ b/arch/ia64/include/asm/fpu.h > > @@ -6,7 +6,7 @@ > > * David Mosberger-Tang > > */ > > > > -#include > > +#include > > > > No , we do not even need asm/types.h > > Subject: [PATCH] Neither asm/types.h nor linux/types.h is not required > for arch/ia64/include/asm/fpu.h > > Signed-off-by: Jaswinder Singh Rajput ok. I confirmed. Tested-by: KOSAKI Motohiro Reviewed-by: KOSAKI Motohiro thanks. > --- > arch/ia64/include/asm/fpu.h | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/arch/ia64/include/asm/fpu.h b/arch/ia64/include/asm/fpu.h > index b6395ad..0c26157 100644 > --- a/arch/ia64/include/asm/fpu.h > +++ b/arch/ia64/include/asm/fpu.h > @@ -6,8 +6,6 @@ > * David Mosberger-Tang > */ > > -#include > - > /* floating point status register: */ > #define FPSR_TRAP_VD (1 << 0) /* invalid op trap disabled */ > #define FPSR_TRAP_DD (1 << 1) /* denormal trap disabled */ > -- > 1.6.1.1