]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
headers_check fix: ia64, intrinsics.h
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Sat, 31 Jan 2009 05:37:06 +0000 (11:07 +0530)
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Sun, 1 Feb 2009 05:31:25 +0000 (11:01 +0530)
fix the following 'make headers_check' warning:

  usr/include/asm-ia64/intrinsics.h:57: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
arch/ia64/include/asm/intrinsics.h

index a3e44a5ed497dc6c84d1a6fc701c9884c2d0e40c..c47830e26cb7dd310af374b9b8ccd60194bef129 100644 (file)
@@ -10,6 +10,7 @@
 
 #ifndef __ASSEMBLY__
 
+#include <linux/types.h>
 /* include compiler specific intrinsics */
 #include <asm/ia64regs.h>
 #ifdef __INTEL_COMPILER