projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa709f3
)
tty/hvc_opal: Fix debug function name
author
Benjamin Herrenschmidt
<
[email protected]
>
Wed, 4 Jul 2012 05:51:10 +0000
(15:51 +1000)
committer
Benjamin Herrenschmidt
<
[email protected]
>
Tue, 10 Jul 2012 09:16:25 +0000
(19:16 +1000)
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 <
[email protected]
>
drivers/tty/hvc/hvc_opal.c
patch
|
blob
|
history
diff --git
a/drivers/tty/hvc/hvc_opal.c
b/drivers/tty/hvc/hvc_opal.c
index ced26c8ccd573eb8e6757a30681901b7a0ac88eb..0d2ea0c224c35c6012e0d6c1f7fe04ff337a8931 100644
(file)
--- 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;