mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
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>
This commit is contained in:
parent
aa709f3bc9
commit
50fb31cfed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user