summaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/pSeries_setup.c
diff options
context:
space:
mode:
authorMilton Miller <miltonm@bga.com>2005-09-06 11:55:38 +1000
committerPaul Mackerras <paulus@samba.org>2005-09-06 16:07:36 +1000
commit37548d58e5ce53dda609c5b35c0eb62d50d59675 (patch)
tree2cbe5b628e6120464cba4c3c6534c00a2dc72db3 /arch/ppc64/kernel/pSeries_setup.c
parentcb14c4d641b4e083fae7ce4a0e8a3973cecb7554 (diff)
downloadop-kernel-dev-37548d58e5ce53dda609c5b35c0eb62d50d59675.zip
op-kernel-dev-37548d58e5ce53dda609c5b35c0eb62d50d59675.tar.gz
[PATCH] ppc64: Make udbg_init_uart set the ppc_md udbg methods.
make udbg_init_uart set the ppc_md udbg methods. Signed-off-by: Milton Miller <miltonm@bga.com> Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/pSeries_setup.c')
-rw-r--r--arch/ppc64/kernel/pSeries_setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/ppc64/kernel/pSeries_setup.c b/arch/ppc64/kernel/pSeries_setup.c
index f0f0630..cb570fd 100644
--- a/arch/ppc64/kernel/pSeries_setup.c
+++ b/arch/ppc64/kernel/pSeries_setup.c
@@ -397,9 +397,6 @@ static void __init pSeries_init_early(void)
comport = (void *)ioremap(physport, 16);
udbg_init_uart(comport, default_speed);
- ppc_md.udbg_putc = udbg_putc;
- ppc_md.udbg_getc = udbg_getc;
- ppc_md.udbg_getc_poll = udbg_getc_poll;
DBG("Hello World !\n");
}
OpenPOWER on IntegriCloud