diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-03-11 10:48:14 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-04-12 20:26:11 +0400 |
commit | d5d3102b9adec0a34eb5899324b62a4a3d34183e (patch) | |
tree | 355f868f4c149ac63fbc70445e56c3ba2bde2916 /sound | |
parent | 7ea4a6891b68fe60bf4eee41a7ef38d524b0aebd (diff) | |
download | linux-d5d3102b9adec0a34eb5899324b62a4a3d34183e.tar.xz |
MIPS: Fix elfcore.c build warning
kernel/elfcore.c includes <linux/elf.h> which includes the <asm/elf.h>. In
<asm/elf.h>, struct pt_regs is declared inside the parameter list of the
elf_dump_regs function which causes a kernel build warning.
Fixed by adding a forward declaration of struct pt_regs.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions