aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/dmtimer.c
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2018-02-15 11:31:44 +0530
committerTony Lindgren <tony@atomide.com>2018-02-22 10:53:06 -0800
commit5ca467c40c2e557af5675b6a6cf0e7d326349751 (patch)
tree750cf4cb2c72bbe5eb1bfd3a1356c2aed31cb17d /arch/arm/plat-omap/dmtimer.c
parentARM: OMAP: timer: Wrap the inline functions under OMAP2PLUS define (diff)
downloadlinux-dev-5ca467c40c2e557af5675b6a6cf0e7d326349751.tar.xz
linux-dev-5ca467c40c2e557af5675b6a6cf0e7d326349751.zip
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/plat-omap/dmtimer.c')
-rw-r--r--arch/arm/plat-omap/dmtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c
index 00e2f020230c..346898809276 100644
--- a/arch/arm/plat-omap/dmtimer.c
+++ b/arch/arm/plat-omap/dmtimer.c
@@ -47,7 +47,7 @@
#include <linux/platform_device.h>
#include <linux/platform_data/dmtimer-omap.h>
-#include <plat/dmtimer.h>
+#include <clocksource/timer-ti-dm.h>
static u32 omap_reserved_systimers;
static LIST_HEAD(omap_timer_list);