Browse Source

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>
Michael Ellerman 9 years ago
parent
commit
5b71eff782
1 changed files with 0 additions and 5 deletions
  1. 0 5
      arch/powerpc/xmon/xmon.c

+ 0 - 5
arch/powerpc/xmon/xmon.c

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