mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
This commit is contained in:
parent
11e002924d
commit
929527bcf9
@ -433,7 +433,7 @@ int omap_dm_timer_get_irq(struct omap_dm_timer *timer)
|
||||
}
|
||||
|
||||
#if defined(CONFIG_ARCH_OMAP1)
|
||||
#include <mach/hardware.h>
|
||||
#include <linux/soc/ti/omap1-io.h>
|
||||
|
||||
static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *timer)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user