From 6f8758a0b492016a7189a814f6c3d1525c6d3dcd Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Thu, 19 Sep 2013 11:10:19 +0200 Subject: cris/mips: Remove unused setup_simple_* declarations Presumably these had been copied from ppc. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- kexec/arch/cris/kexec-cris.h | 8 -------- kexec/arch/mips/kexec-mips.h | 7 ------- 2 files changed, 15 deletions(-) (limited to 'kexec') 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, -- cgit