Просмотр исходного кода

Conversion to plat_setup() for TX4927 also.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 20 лет назад
Родитель
Сommit
362b1d546d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      arch/mips/tx4927/common/tx4927_setup.c

+ 1 - 1
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;