On Fri, Feb 6, 2009 at 1:49 PM, KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> wrote: > > Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> > Cc: Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Cc: linux-next <linux-next@xxxxxxxxxxxxxxx> > Cc: linux-ia64 <linux-ia64@xxxxxxxxxxxxxxx> > Cc: Tony Luck <tony.luck@xxxxxxxxx> > --- > arch/ia64/include/asm/fpu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 <davidm@xxxxxxxxxx> > */ > > -#include <linux/types.h> > +#include <asm/types.h> > 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 <jaswinderrajput@xxxxxxxxx> --- 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 <davidm@xxxxxxxxxx> */ -#include <linux/types.h> - /* 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 64e19dcc60cf9cd1455af5b0a9aaf45e7f00dde8 Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Rajput <jaswinderrajput@xxxxxxxxx> Date: Fri, 6 Feb 2009 08:43:29 +0000 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 <jaswinderrajput@xxxxxxxxx> --- 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 <davidm@xxxxxxxxxx> */ -#include <linux/types.h> - /* 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