diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-09-19 11:10:19 +0200 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2013-09-19 13:48:28 -0700 |
commit | 6f8758a0b492016a7189a814f6c3d1525c6d3dcd (patch) | |
tree | 3fd22e3ef1de2ba07871bdb37776f47080ac755a /kexec | |
parent | 5f32e0d2d693f46825345f589ee11fa439a4ca12 (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')
-rw-r--r-- | kexec/arch/cris/kexec-cris.h | 8 | ||||
-rw-r--r-- | kexec/arch/mips/kexec-mips.h | 7 |
2 files changed, 0 insertions, 15 deletions
diff --git a/kexec/arch/cris/kexec-cris.h b/kexec/arch/cris/kexec-cris.h index 6af49ef..7ee9945 100644 --- a/kexec/arch/cris/kexec-cris.h +++ b/kexec/arch/cris/kexec-cris.h @@ -1,14 +1,6 @@ #ifndef KEXEC_CRIS_H #define KEXEC_CRIS_H -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_cris_probe(const char *buf, off_t len); int elf_cris_load(int argc, char **argv, const char *buf, off_t len, struct kexec_info *info); 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, |