diff options
Diffstat (limited to 'arch/sh/include/asm/elf.h')
-rw-r--r-- | arch/sh/include/asm/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/elf.h b/arch/sh/include/asm/elf.h index f01449a8d378..ee02db110f0d 100644 --- a/arch/sh/include/asm/elf.h +++ b/arch/sh/include/asm/elf.h | |||
@@ -189,7 +189,7 @@ do { \ | |||
189 | } while (0) | 189 | } while (0) |
190 | #endif | 190 | #endif |
191 | 191 | ||
192 | #define SET_PERSONALITY(ex, ibcs2) set_personality(PER_LINUX_32BIT) | 192 | #define SET_PERSONALITY(ex) set_personality(PER_LINUX_32BIT) |
193 | struct task_struct; | 193 | struct task_struct; |
194 | extern int dump_task_regs (struct task_struct *, elf_gregset_t *); | 194 | extern int dump_task_regs (struct task_struct *, elf_gregset_t *); |
195 | extern int dump_task_fpu (struct task_struct *, elf_fpregset_t *); | 195 | extern int dump_task_fpu (struct task_struct *, elf_fpregset_t *); |