diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-06-28 00:07:43 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 20:31:32 +0200 |
commit | 362b1d546df6851d17159a2df89d1ca209ee42c1 (patch) | |
tree | c313d07be9d2577d9a352e0c3c22ca9d0ab55666 /arch/mips/tx4927 | |
parent | Using get_nasid() to find the console node will blow up nicely if (diff) | |
download | linux-362b1d546df6851d17159a2df89d1ca209ee42c1.tar.xz linux-362b1d546df6851d17159a2df89d1ca209ee42c1.zip |
Conversion to plat_setup() for TX4927 also.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/tx4927')
-rw-r--r-- | arch/mips/tx4927/common/tx4927_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/tx4927/common/tx4927_setup.c b/arch/mips/tx4927/common/tx4927_setup.c index edc25d89a782..77c3b66fb959 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; |