]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
headers_check fix: ia64, gcc_intrin.h
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Sat, 31 Jan 2009 05:33:28 +0000 (11:03 +0530)
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Sun, 1 Feb 2009 05:31:24 +0000 (11:01 +0530)
fix the following 'make headers_check' warning:

  usr/include/asm-ia64/gcc_intrin.h:63: 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/gcc_intrin.h

index 0f5b559217580cf5a19b83df0f35c138d22b5308..c2c5fd8fcac4ecccc4010951545688b41df7a792 100644 (file)
@@ -6,6 +6,7 @@
  * Copyright (C) 2002,2003 Suresh Siddha <suresh.b.siddha@intel.com>
  */
 
+#include <linux/types.h>
 #include <linux/compiler.h>
 
 /* define this macro to get some asm stmts included in 'c' files */