diff options
author | Jon Hunter <jon-hunter@ti.com> | 2012-10-01 22:12:29 +0200 |
---|---|---|
committer | Jon Hunter <jon-hunter@ti.com> | 2012-11-16 17:35:08 +0100 |
commit | f7863f7924951f64068eb5214a3dbecde3807a9a (patch) | |
tree | 25ab62d2757df238843b17254629202fbed70246 /arch/arm/mach-omap1 | |
parent | ARM: OMAP: Add platform data header for DMTIMERs (diff) | |
download | linux-f7863f7924951f64068eb5214a3dbecde3807a9a.tar.xz linux-f7863f7924951f64068eb5214a3dbecde3807a9a.zip |
ARM: OMAP: Remove unnecessary inclusion of dmtimer.h
Some source files are including dmtimer.h but not actually using any dmtimer
definitions or functions. Therefore, remove the inclusion dmtimer.h from these
source files.
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Acked-by: Omar Ramirez Luna <omar.luna@linaro.org>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/timer32k.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/timer32k.c b/arch/arm/mach-omap1/timer32k.c index 89368195bf08..41152fadd4c0 100644 --- a/arch/arm/mach-omap1/timer32k.c +++ b/arch/arm/mach-omap1/timer32k.c @@ -51,7 +51,6 @@ #include <asm/mach/time.h> #include <plat/counter-32k.h> -#include <plat/dmtimer.h> #include <mach/hardware.h> |