diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-10 04:12:10 -0500 | 
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-10 04:12:10 -0500 | 
| commit | 2f67bdb23d74a6c6fd4f98f64239c5c34d1833cc (patch) | |
| tree | fe533abe3e7c400848647b95e4806f5125c654c3 /include/asm-powerpc/elf.h | |
| parent | d40d9d29c020f8466c96f8e3ad4b7c014ff1085d (diff) | |
| parent | 3b44f137b9a846c5452d9e6e1271b79b1dbcc942 (diff) | |
Merge branch 'master'
Diffstat (limited to 'include/asm-powerpc/elf.h')
| -rw-r--r-- | include/asm-powerpc/elf.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/elf.h b/include/asm-powerpc/elf.h index d140577d0a05..feac3458d71f 100644 --- a/include/asm-powerpc/elf.h +++ b/include/asm-powerpc/elf.h  | |||
| @@ -1,11 +1,13 @@ | |||
| 1 | #ifndef _ASM_POWERPC_ELF_H | 1 | #ifndef _ASM_POWERPC_ELF_H | 
| 2 | #define _ASM_POWERPC_ELF_H | 2 | #define _ASM_POWERPC_ELF_H | 
| 3 | 3 | ||
| 4 | #include <linux/sched.h> /* for task_struct */ | ||
| 4 | #include <asm/types.h> | 5 | #include <asm/types.h> | 
| 5 | #include <asm/ptrace.h> | 6 | #include <asm/ptrace.h> | 
| 6 | #include <asm/cputable.h> | 7 | #include <asm/cputable.h> | 
| 7 | #include <asm/auxvec.h> | 8 | #include <asm/auxvec.h> | 
| 8 | #include <asm/page.h> | 9 | #include <asm/page.h> | 
| 10 | #include <asm/string.h> | ||
| 9 | 11 | ||
| 10 | /* PowerPC relocations defined by the ABIs */ | 12 | /* PowerPC relocations defined by the ABIs */ | 
| 11 | #define R_PPC_NONE 0 | 13 | #define R_PPC_NONE 0 | 
