powerpc/xmon: Remove unused externs

None of these are used, or have been since we merged ppc & ppc64.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Michael Ellerman 2016-07-07 22:54:26 +10:00
parent a7d6392866
commit 5b71eff782

View file

@ -184,9 +184,6 @@ static void dump_tlb_book3e(void);
static int xmon_no_auto_backtrace;
extern void xmon_enter(void);
extern void xmon_leave(void);
#ifdef CONFIG_PPC64
#define REG "%.16lx"
#else
@ -1686,8 +1683,6 @@ write_spr(int n, unsigned long val)
}
static unsigned long regno;
extern char exc_prolog;
extern char dec_exc;
static void dump_one_spr(int spr, bool show_unimplemented)
{