aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm/fpu.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 10:59:12 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-02-01 11:01:24 +0530
commitfa9ea6c7abd94482ecd84e130676b6a1b3e61c2c (patch)
treed846ac4f0deed4d470f1e6542429e30c8897d2c2 /arch/ia64/include/asm/fpu.h
parentheaders_check fix: h8300, swab.h (diff)
downloadlinux-dev-fa9ea6c7abd94482ecd84e130676b6a1b3e61c2c.tar.xz
linux-dev-fa9ea6c7abd94482ecd84e130676b6a1b3e61c2c.zip
headers_check fix: ia64, fpu.h
fix the following 'make headers_check' warning: usr/include/asm-ia64/fpu.h:9: include of <linux/types.h> is preferred over <asm/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to '')
-rw-r--r--arch/ia64/include/asm/fpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/fpu.h b/arch/ia64/include/asm/fpu.h
index 3859558ff0a4..b6395ad1500a 100644
--- a/arch/ia64/include/asm/fpu.h
+++ b/arch/ia64/include/asm/fpu.h
@@ -6,7 +6,7 @@
* David Mosberger-Tang <davidm@hpl.hp.com>
*/
-#include <asm/types.h>
+#include <linux/types.h>
/* floating point status register: */
#define FPSR_TRAP_VD (1 << 0) /* invalid op trap disabled */