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-omap1/pm.c | |
parent | b65d12480c5eb80fe93b312fa1516edc1dad8677 (diff) | |
download | linux-stable-5ca467c40c2e557af5675b6a6cf0e7d326349751.tar.gz linux-stable-5ca467c40c2e557af5675b6a6cf0e7d326349751.tar.bz2 linux-stable-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-omap1/pm.c')
-rw-r--r-- | arch/arm/mach-omap1/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c index f1135bf8940e..3e1de14805e4 100644 --- a/arch/arm/mach-omap1/pm.c +++ b/arch/arm/mach-omap1/pm.c @@ -55,7 +55,7 @@ #include <mach/tc.h> #include <mach/mux.h> #include <linux/omap-dma.h> -#include <plat/dmtimer.h> +#include <clocksource/timer-ti-dm.h> #include <mach/irqs.h> |