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: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent aa709f3b
...@@ -401,7 +401,7 @@ void __init hvc_opal_init_early(void) ...@@ -401,7 +401,7 @@ void __init hvc_opal_init_early(void)
} }
#ifdef CONFIG_PPC_EARLY_DEBUG_OPAL_RAW #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; u32 index = CONFIG_PPC_EARLY_DEBUG_OPAL_VTERMNO;
hvc_opal_privs[index] = &hvc_opal_boot_priv; hvc_opal_privs[index] = &hvc_opal_boot_priv;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment