]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3d4fb5acb091e9af5bc00a0c1293d4dc29ca5202
tree2442f9116dc971e30e6db837402008df68e6acea
parent587c1ec760b050880a77917f3e131cacde9653e4
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