aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/platforms/powermac/udbg_adb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powermac/udbg_adb.c b/arch/powerpc/platforms/powermac/udbg_adb.c
index b1882e40525..44e0b55a2a0 100644
--- a/arch/powerpc/platforms/powermac/udbg_adb.c
+++ b/arch/powerpc/platforms/powermac/udbg_adb.c
@@ -149,7 +149,7 @@ static void udbg_adb_putc(char c)
149 return udbg_adb_old_putc(c); 149 return udbg_adb_old_putc(c);
150} 150}
151 151
152void udbg_adb_init_early(void) 152void __init udbg_adb_init_early(void)
153{ 153{
154#ifdef CONFIG_BOOTX_TEXT 154#ifdef CONFIG_BOOTX_TEXT
155 if (btext_find_display(1) == 0) { 155 if (btext_find_display(1) == 0) {
@@ -159,7 +159,7 @@ void udbg_adb_init_early(void)
159#endif 159#endif
160} 160}
161 161
162int udbg_adb_init(int force_btext) 162int __init udbg_adb_init(int force_btext)
163{ 163{
164 struct device_node *np; 164 struct device_node *np;
165 165