diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-06-27 22:07:43 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:31:32 +0100 |
commit | 362b1d546df6851d17159a2df89d1ca209ee42c1 (patch) | |
tree | c313d07be9d2577d9a352e0c3c22ca9d0ab55666 /arch/mips | |
parent | 01d42abdf3c35c2ae820bb9305174aa75492975b (diff) | |
download | linux-3.10-362b1d546df6851d17159a2df89d1ca209ee42c1.tar.gz linux-3.10-362b1d546df6851d17159a2df89d1ca209ee42c1.tar.bz2 linux-3.10-362b1d546df6851d17159a2df89d1ca209ee42c1.zip |
Conversion to plat_setup() for TX4927 also.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-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 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; |