* [PATCH] tx4927_setup.c Get rid of early_init ...
@ 2005-06-27 16:47 Ralf Rösch
0 siblings, 0 replies; only message in thread
From: Ralf Rösch @ 2005-06-27 16:47 UTC (permalink / raw)
To: linux-mips
This patch leaves the TX4927 board without an board setup handler
and the linker ends with an unknown plat_setup() error.
I would propose the following patch:
Index: arch/mips/tx4927/common/tx4927_setup.c
===================================================================
RCS file: /home/cvs/linux/arch/mips/tx4927/common/tx4927_setup.c,v
retrieving revision 1.8
diff -u -r1.8 tx4927_setup.c
--- arch/mips/tx4927/common/tx4927_setup.c 21 Jun 2005 13:56:32 -00001.8
+++ arch/mips/tx4927/common/tx4927_setup.c 27 Jun 2005 16:43:39 -0000
@@ -64,7 +64,7 @@
}
-static void __init tx4927_setup(void)
+void __init plat_setup(void)
{
board_time_init = tx4927_time_init;
board_timer_setup = tx4927_timer_setup;
--
Ralf
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-27 16:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-27 16:47 [PATCH] tx4927_setup.c Get rid of early_init Ralf Rösch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox