m68k: coldfire: use legacy_timer_tick()
authorArnd Bergmann <arnd@arndb.de>
Thu, 24 Sep 2020 14:28:53 +0000 (16:28 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 30 Oct 2020 20:57:05 +0000 (21:57 +0100)
commit275e70e4b9dd4d59639e43fb859d0c953a374752
treefc9af940d317499ccfcdd206a374e53eb850fb9b
parent686092e7daaa9f43396c57ea0044799e47f0d9da
m68k: coldfire: use legacy_timer_tick()

Replace the indirect function calls in the timer code
with direct calls to the newly added legacy_timer_tick()
helper for those that have not yet been converted to
generic clockevents.

This makes the timer code a little more self-contained.

Tested-by: Greg Ungerer <gerg@linux-m68k.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/m68k/Kconfig.cpu
arch/m68k/coldfire/Makefile
arch/m68k/coldfire/sltimers.c
arch/m68k/coldfire/timers.c