]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
headers_check fix: powerpc, elf.h
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Sat, 31 Jan 2009 06:12:29 +0000 (11:42 +0530)
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Sun, 1 Feb 2009 05:31:28 +0000 (11:01 +0530)
fix the following 'make headers_check' warning:

  usr/include/asm-powerpc/elf.h:5: include of <linux/types.h> is preferred over <asm/types.h>

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

index cd46f023ec6d298dd4571249881ed54a12649eb0..b5600ce6055ea7d324fdff62686d385d6160a272 100644 (file)
@@ -7,7 +7,7 @@
 #include <asm/string.h>
 #endif
 
-#include <asm/types.h>
+#include <linux/types.h>
 #include <asm/ptrace.h>
 #include <asm/cputable.h>
 #include <asm/auxvec.h>