aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon/start.c
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2012-10-09 00:20:30 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-11-14 20:59:40 -0500
commit08702c73a6182d0f6a429271383a553abc92c0b8 (patch)
treebbf68377b514e77e1f1c27af8f1da409596390c8 /arch/powerpc/xmon/start.c
parenteb1c2abb611b51a935cdb36bbc0e364958ccb83c (diff)
powerpc/xmon: Remove empty xmon_map_scc()
This has been empty since 2005, commit 51d3082 "Unify udbg (#2)". Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/xmon/start.c')
-rw-r--r--arch/powerpc/xmon/start.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/xmon/start.c b/arch/powerpc/xmon/start.c
index 84f3a155eb4..7769cb5e209 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
13void xmon_map_scc(void)
14{
15}
16
17int xmon_write(const void *ptr, int nb) 13int xmon_write(const void *ptr, int nb)
18{ 14{
19 return udbg_write(ptr, nb); 15 return udbg_write(ptr, nb);