diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-07-04 15:51:10 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-07-10 19:16:25 +1000 |
commit | 50fb31cfed9218b439360caf7c0399b00042da15 (patch) | |
tree | b6fe23fe61a832e6db344c975f9ab85d3dc16a77 /drivers/tty | |
parent | aa709f3bc92c6daaf177cd7e3446da2ef64426c6 (diff) | |
download | linux-3.10-50fb31cfed9218b439360caf7c0399b00042da15.tar.gz linux-3.10-50fb31cfed9218b439360caf7c0399b00042da15.tar.bz2 linux-3.10-50fb31cfed9218b439360caf7c0399b00042da15.zip |
tty/hvc_opal: Fix debug function name
udbg_init_debug_opal() should be udbg_init_debug_opal_raw() as
the caller in arch/powerpc/kernel/udbg.c expects
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/hvc/hvc_opal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/hvc/hvc_opal.c b/drivers/tty/hvc/hvc_opal.c index ced26c8ccd5..0d2ea0c224c 100644 --- a/drivers/tty/hvc/hvc_opal.c +++ b/drivers/tty/hvc/hvc_opal.c @@ -401,7 +401,7 @@ out: } #ifdef CONFIG_PPC_EARLY_DEBUG_OPAL_RAW -void __init udbg_init_debug_opal(void) +void __init udbg_init_debug_opal_raw(void) { u32 index = CONFIG_PPC_EARLY_DEBUG_OPAL_VTERMNO; hvc_opal_privs[index] = &hvc_opal_boot_priv; |