diff options
-rw-r--r-- | arch/powerpc/xmon/xmon.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index 67d36ab445eb..cc96a7129756 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c | |||
@@ -52,9 +52,6 @@ | |||
52 | #include "nonstdio.h" | 52 | #include "nonstdio.h" |
53 | #include "dis-asm.h" | 53 | #include "dis-asm.h" |
54 | 54 | ||
55 | #define scanhex xmon_scanhex | ||
56 | #define skipbl xmon_skipbl | ||
57 | |||
58 | #ifdef CONFIG_SMP | 55 | #ifdef CONFIG_SMP |
59 | static cpumask_t cpus_in_xmon = CPU_MASK_NONE; | 56 | static cpumask_t cpus_in_xmon = CPU_MASK_NONE; |
60 | static unsigned long xmon_taken = 1; | 57 | static unsigned long xmon_taken = 1; |