diff options
Diffstat (limited to 'arch/mips/tx4927/common/tx4927_setup.c')
-rw-r--r-- | arch/mips/tx4927/common/tx4927_setup.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/mips/tx4927/common/tx4927_setup.c b/arch/mips/tx4927/common/tx4927_setup.c index 26d7c53612a8..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) | |||
64 | } | 64 | } |
65 | 65 | ||
66 | 66 | ||
67 | static void __init tx4927_setup(void) | 67 | void __init plat_setup(void) |
68 | { | 68 | { |
69 | board_time_init = tx4927_time_init; | 69 | board_time_init = tx4927_time_init; |
70 | board_timer_setup = tx4927_timer_setup; | 70 | board_timer_setup = tx4927_timer_setup; |
@@ -76,12 +76,8 @@ static void __init tx4927_setup(void) | |||
76 | toshiba_rbtx4927_setup(); | 76 | toshiba_rbtx4927_setup(); |
77 | } | 77 | } |
78 | #endif | 78 | #endif |
79 | |||
80 | return; | ||
81 | } | 79 | } |
82 | 80 | ||
83 | early_initcall(tx4927_setup); | ||
84 | |||
85 | void __init tx4927_time_init(void) | 81 | void __init tx4927_time_init(void) |
86 | { | 82 | { |
87 | 83 | ||