diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2012-10-09 06:20:30 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-11-15 02:59:40 +0100 |
commit | 08702c73a6182d0f6a429271383a553abc92c0b8 (patch) | |
tree | bbf68377b514e77e1f1c27af8f1da409596390c8 /arch/powerpc/xmon/start.c | |
parent | powerpc/xmon: Remove unused xmon_expect() & xmon_read_poll() (diff) | |
download | linux-08702c73a6182d0f6a429271383a553abc92c0b8.tar.xz linux-08702c73a6182d0f6a429271383a553abc92c0b8.zip |
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.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ #include <asm/udbg.h> #include "nonstdio.h" -void xmon_map_scc(void) -{ -} - int xmon_write(const void *ptr, int nb) { return udbg_write(ptr, nb); |