aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/timer.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/mach-omap2/timer.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/mach-omap2/timer.c')
-rw-r--r--arch/arm/mach-omap2/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c
index d61fbd7a2840..4fb4dc24e5e9 100644
--- a/arch/arm/mach-omap2/timer.c
+++ b/arch/arm/mach-omap2/timer.c
@@ -49,7 +49,7 @@
#include "omap_hwmod.h"
#include "omap_device.h"
#include <plat/counter-32k.h>
-#include <plat/dmtimer.h>
+#include <clocksource/timer-ti-dm.h>
#include "omap-pm.h"
#include "soc.h"