commit | 275e70e4b9dd4d59639e43fb859d0c953a374752 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Sep 24 16:28:53 2020 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Oct 30 21:57:05 2020 +0100 |
tree | fc9af940d317499ccfcdd206a374e53eb850fb9b | |
parent | 686092e7daaa9f43396c57ea0044799e47f0d9da [diff] |
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>