aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm/fpu.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:29:12 -0500
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-02-01 00:31:24 -0500
commitfa9ea6c7abd94482ecd84e130676b6a1b3e61c2c (patch)
treed846ac4f0deed4d470f1e6542429e30c8897d2c2 /arch/ia64/include/asm/fpu.h
parent295803eea178d777cf3813b16696c54b0b2bcd23 (diff)
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 'arch/ia64/include/asm/fpu.h')
-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 @@
6 * David Mosberger-Tang <davidm@hpl.hp.com> 6 * David Mosberger-Tang <davidm@hpl.hp.com>
7 */ 7 */
8 8
9#include <asm/types.h> 9#include <linux/types.h>
10 10
11/* floating point status register: */ 11/* floating point status register: */
12#define FPSR_TRAP_VD (1 << 0) /* invalid op trap disabled */ 12#define FPSR_TRAP_VD (1 << 0) /* invalid op trap disabled */