diff options
author | Keerthy <j-keerthy@ti.com> | 2018-02-15 11:31:44 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-22 10:53:06 -0800 |
commit | 5ca467c40c2e557af5675b6a6cf0e7d326349751 (patch) | |
tree | 750cf4cb2c72bbe5eb1bfd3a1356c2aed31cb17d /arch/arm/mach-omap2 | |
parent | b65d12480c5eb80fe93b312fa1516edc1dad8677 (diff) | |
download | op-kernel-dev-5ca467c40c2e557af5675b6a6cf0e7d326349751.zip op-kernel-dev-5ca467c40c2e557af5675b6a6cf0e7d326349751.tar.gz |
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')
-rw-r--r-- | arch/arm/mach-omap2/pdata-quirks.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/timer.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c index 6b433fc..2455020 100644 --- a/arch/arm/mach-omap2/pdata-quirks.c +++ b/arch/arm/mach-omap2/pdata-quirks.c @@ -27,7 +27,7 @@ #include <linux/platform_data/pwm_omap_dmtimer.h> #include <linux/platform_data/media/ir-rx51.h> #include <linux/platform_data/asoc-ti-mcbsp.h> -#include <plat/dmtimer.h> +#include <clocksource/timer-ti-dm.h> #include "common.h" #include "common-board-devices.h" diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c index d61fbd7..4fb4dc2 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" |