From: Ralf Baechle Date: Mon, 27 Jun 2005 22:07:43 +0000 (+0000) Subject: Conversion to plat_setup() for TX4927 also. X-Git-Tag: v2.6.15-rc1~731^2~1^2~175 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=362b1d546df6851d17159a2df89d1ca209ee42c1;p=linux-2.6-omap-h63xx.git Conversion to plat_setup() for TX4927 also. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/tx4927/common/tx4927_setup.c b/arch/mips/tx4927/common/tx4927_setup.c index edc25d89a78..77c3b66fb95 100644 --- a/arch/mips/tx4927/common/tx4927_setup.c +++ b/arch/mips/tx4927/common/tx4927_setup.c @@ -64,7 +64,7 @@ static void tx4927_write_buffer_flush(void) } -static void __init tx4927_setup(void) +void __init plat_setup(void) { board_time_init = tx4927_time_init; board_timer_setup = tx4927_timer_setup;