diff options
author | Keerthy <j-keerthy@ti.com> | 2018-02-15 09:01:44 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-22 21:53:06 +0300 |
commit | 5ca467c40c2e557af5675b6a6cf0e7d326349751 (patch) | |
tree | 750cf4cb2c72bbe5eb1bfd3a1356c2aed31cb17d /arch/arm/mach-omap1/timer.c | |
parent | b65d12480c5eb80fe93b312fa1516edc1dad8677 (diff) | |
download | linux-5ca467c40c2e557af5675b6a6cf0e7d326349751.tar.xz |
ARM: OMAP: Move dmtimer.h out of plat-omap
The header file is currently under plat-omap directory
under arch/omap. Move this out to an accessible place.
No Code changes done to the header file and renamed to timer-ti-dm.h.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Tested-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/timer.c')
-rw-r--r-- | arch/arm/mach-omap1/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/timer.c b/arch/arm/mach-omap1/timer.c index 8fb1ec6fa999..4447210c9b0d 100644 --- a/arch/arm/mach-omap1/timer.c +++ b/arch/arm/mach-omap1/timer.c @@ -27,7 +27,7 @@ #include <linux/platform_device.h> #include <linux/platform_data/dmtimer-omap.h> -#include <plat/dmtimer.h> +#include <clocksource/timer-ti-dm.h> #include "soc.h" |