]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource: ti-dmtimer: avoid using mach/hardware.h
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Aug 2019 14:18:29 +0000 (16:18 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Apr 2022 13:01:35 +0000 (15:01 +0200)
commitf9c6e82e14dae0c7fb048372ae56d3e505329c1d
tree2d48a1d927e08e9bc0fc434eb8f077f4e013196a
parent3a8b7c332730e4c0c31c59832138e03f1d6db134
clocksource: ti-dmtimer: avoid using mach/hardware.h

As a preparation for future omap1 multiplatform support, stop
using mach/hardware.h and instead include the omap1-io.h
for low-level register access to MOD_CONF_CTRL_1.

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/clocksource/timer-ti-dm.c