m68k: m68328: use legacy_timer_tick()
authorArnd Bergmann <arnd@arndb.de>
Thu, 24 Sep 2020 15:06:38 +0000 (17:06 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 30 Oct 2020 20:57:06 +0000 (21:57 +0100)
commit09323308f63708d60aea9d5b9552ce759ef278dc
tree2442f9116dc971e30e6db837402008df68e6acea
parent4a1c287aabba8b3a8efbfb2381d95c38470ed171
m68k: m68328: use legacy_timer_tick()

A couple of machines share the m68328 timer code that
is based on calling timer_interrupt(). Change these
to the new and slightly more generic legacy_timer_tick()
helper.

Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/m68k/68000/timers.c
arch/m68k/Kconfig.cpu