sh: remove board_time_init() callback
The only remaining user of board_time_init() is the of-generic
machine, and that just calls the global timer_init() function.
Calling that one has no effect on non-DT platforms, so we can
simply call it unconditionally in place of board_time_init().
Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
Showing
- Documentation/sh/new-machine.txt 0 additions, 8 deletionsDocumentation/sh/new-machine.txt
- arch/sh/boards/of-generic.c 0 additions, 8 deletionsarch/sh/boards/of-generic.c
- arch/sh/include/asm/rtc.h 0 additions, 1 deletionarch/sh/include/asm/rtc.h
- arch/sh/kernel/time.c 1 addition, 4 deletionsarch/sh/kernel/time.c
Loading
Please register or sign in to comment