summaryrefslogtreecommitdiff
path: root/kexec/arch/mips/kexec-mips.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-09-19 11:10:19 +0200
committerSimon Horman <horms@verge.net.au>2013-09-19 13:48:28 -0700
commit6f8758a0b492016a7189a814f6c3d1525c6d3dcd (patch)
tree3fd22e3ef1de2ba07871bdb37776f47080ac755a /kexec/arch/mips/kexec-mips.h
parent5f32e0d2d693f46825345f589ee11fa439a4ca12 (diff)
cris/mips: Remove unused setup_simple_* declarations
Presumably these had been copied from ppc. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/arch/mips/kexec-mips.h')
-rw-r--r--kexec/arch/mips/kexec-mips.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/kexec/arch/mips/kexec-mips.h b/kexec/arch/mips/kexec-mips.h
index 6d062fc..e67960b 100644
--- a/kexec/arch/mips/kexec-mips.h
+++ b/kexec/arch/mips/kexec-mips.h
@@ -6,13 +6,6 @@
#define CORE_TYPE_ELF32 1
#define CORE_TYPE_ELF64 2
-extern unsigned char setup_simple_start[];
-extern uint32_t setup_simple_size;
-
-extern struct {
- uint32_t spr8;
- uint32_t spr9;
-} setup_simple_regs;
int elf_mips_probe(const char *buf, off_t len);
int elf_mips_load(int argc, char **argv, const char *buf, off_t len,