lkml.org 
[lkml]   [2005]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] PPC64 Fix init_boot_display link error
This patch is from Amos Waterland <apw@us.ibm.com>.

In pmac_setup.c, the function init_boot_display as currently written
only makes sense with CONFIG_BOOTX_TEXT enabled, and causes a link error
if it is not enabled.

Signed-off-by: Amos Waterland <apw@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

--- 1.15/arch/ppc64/kernel/pmac_setup.c 2005-01-08 00:43:52 -05:00
+++ edited/arch/ppc64/kernel/pmac_setup.c 2005-03-02 19:37:31 -05:00
@@ -244,7 +244,6 @@
{
btext_drawchar(c);
}
-#endif /* CONFIG_BOOTX_TEXT */

static void __init init_boot_display(void)
{
@@ -280,6 +279,7 @@
return;
}
}
+#endif /* CONFIG_BOOTX_TEXT */

/*
* Early initialization.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:10    [W:0.032 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site