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)
commit929527bcf9c9f2a8cf44b502a3bb225802d17280
tree2d48a1d927e08e9bc0fc434eb8f077f4e013196a
parent11e002924ddb6f12638532331195a8ab09bbbf7e
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