Revert "Neither asm/types.h nor linux/types.h is required for arch/ia64/include/asm...
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 17 Jul 2009 13:35:05 +0000 (06:35 -0700)
committerFenghua Yu <fenghua.yu@intel.com>
Fri, 17 Jul 2009 13:35:05 +0000 (06:35 -0700)
asm/fpu.h uses the __IA64_UL macro which is declared in asm/types.h, so
this include is really required. Without it, GNU libc fails to build.

This reverts commit 2678c07b07ac2076675e5d57653bdf02e9af1950.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Acked-by: Fenghua Yu <fenghua.yu@intel.com>
arch/ia64/include/asm/fpu.h

index 0c26157cffa55fe0ea1c348fd0a542b11e6c46c3..b6395ad1500a00f7d2a133b3633bed96fd91be2f 100644 (file)
@@ -6,6 +6,8 @@
  *     David Mosberger-Tang <davidm@hpl.hp.com>
  */
 
+#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 */