diff options
-rw-r--r-- | arch/powerpc/xmon/nonstdio.h | 1 | ||||
-rw-r--r-- | arch/powerpc/xmon/start.c | 4 | ||||
-rw-r--r-- | arch/powerpc/xmon/xmon.c | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/xmon/nonstdio.h b/arch/powerpc/xmon/nonstdio.h index d8cec38ec528..8799ccf29117 100644 --- a/arch/powerpc/xmon/nonstdio.h +++ b/arch/powerpc/xmon/nonstdio.h | |||
@@ -8,6 +8,5 @@ extern int xmon_getchar(void); | |||
8 | extern void xmon_puts(const char *); | 8 | extern void xmon_puts(const char *); |
9 | extern char *xmon_gets(char *, int); | 9 | extern char *xmon_gets(char *, int); |
10 | extern void xmon_printf(const char *, ...); | 10 | extern void xmon_printf(const char *, ...); |
11 | extern void xmon_map_scc(void); | ||
12 | extern int xmon_write(const void *ptr, int nb); | 11 | extern int xmon_write(const void *ptr, int nb); |
13 | extern int xmon_readchar(void); | 12 | extern int xmon_readchar(void); |
diff --git a/arch/powerpc/xmon/start.c b/arch/powerpc/xmon/start.c index 84f3a155eb48..7769cb5e2090 100644 --- a/arch/powerpc/xmon/start.c +++ b/arch/powerpc/xmon/start.c | |||
@@ -10,10 +10,6 @@ | |||
10 | #include <asm/udbg.h> | 10 | #include <asm/udbg.h> |
11 | #include "nonstdio.h" | 11 | #include "nonstdio.h" |
12 | 12 | ||
13 | void xmon_map_scc(void) | ||
14 | { | ||
15 | } | ||
16 | |||
17 | int xmon_write(const void *ptr, int nb) | 13 | int xmon_write(const void *ptr, int nb) |
18 | { | 14 | { |
19 | return udbg_write(ptr, nb); | 15 | return udbg_write(ptr, nb); |
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index 3a56a639a92e..67d36ab445eb 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c | |||
@@ -2943,7 +2943,6 @@ static void xmon_init(int enable) | |||
2943 | __debugger_dabr_match = NULL; | 2943 | __debugger_dabr_match = NULL; |
2944 | __debugger_fault_handler = NULL; | 2944 | __debugger_fault_handler = NULL; |
2945 | } | 2945 | } |
2946 | xmon_map_scc(); | ||
2947 | } | 2946 | } |
2948 | 2947 | ||
2949 | #ifdef CONFIG_MAGIC_SYSRQ | 2948 | #ifdef CONFIG_MAGIC_SYSRQ |