summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorJaswinder Singh Rajput2009-01-31 07:12:29 +0100
committerJaswinder Singh Rajput2009-02-01 06:31:28 +0100
commit785857f5f0b7fbeed934e39af24edec471637375 (patch)
tree7d0cb783fd7aae348d52f47e5f324d51b6fab9ee /arch/powerpc/include
parentheaders_check fix: powerpc, bootx.h (diff)
downloadkernel-qcow2-linux-785857f5f0b7fbeed934e39af24edec471637375.tar.gz
kernel-qcow2-linux-785857f5f0b7fbeed934e39af24edec471637375.tar.xz
kernel-qcow2-linux-785857f5f0b7fbeed934e39af24edec471637375.zip
headers_check fix: powerpc, elf.h
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>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/elf.h b/arch/powerpc/include/asm/elf.h
index cd46f023ec6d..b5600ce6055e 100644
--- a/arch/powerpc/include/asm/elf.h
+++ b/arch/powerpc/include/asm/elf.h
@@ -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>