]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ARM: OMAP: Remove unnecessary inclusion of dmtimer.h
authorJon Hunter <jon-hunter@ti.com>
Mon, 1 Oct 2012 20:12:29 +0000 (15:12 -0500)
committerJon Hunter <jon-hunter@ti.com>
Fri, 16 Nov 2012 16:35:08 +0000 (10:35 -0600)
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>
arch/arm/mach-omap1/timer32k.c
arch/arm/mach-omap2/omap_hwmod_2420_data.c
arch/arm/mach-omap2/omap_hwmod_2430_data.c
arch/arm/mach-omap2/pm-debug.c
drivers/staging/tidspbridge/core/ue_deh.c

index 89368195bf0834fefa1ffffbc074487beefef109..41152fadd4c08aa4b5b71a710ae4b4afdb5131e1 100644 (file)
@@ -51,7 +51,6 @@
 #include <asm/mach/time.h>
 
 #include <plat/counter-32k.h>
-#include <plat/dmtimer.h>
 
 #include <mach/hardware.h>
 
index a8b3368dca3dff7825509174d903595ae4d1da87..e8efe3d1da6c786639eef9e924b26d3e09096fdf 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/platform_data/spi-omap2-mcspi.h>
 
 #include <plat-omap/dma-omap.h>
-#include <plat/dmtimer.h>
 
 #include "omap_hwmod.h"
 #include "l3_2xxx.h"
index dc768c50e523d4c49dda1a0580a5c3d089424103..32d17e3fd72747e62f509d5888c1d8a2cb9eef19 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/platform_data/spi-omap2-mcspi.h>
 
 #include <plat-omap/dma-omap.h>
-#include <plat/dmtimer.h>
 
 #include "omap_hwmod.h"
 #include "mmc.h"
index 3cf4fdfd7ab0b11a0a7b1695d14092529e7db863..e2c291f52f925b360253add1dc7f4921233bec8b 100644 (file)
@@ -30,7 +30,6 @@
 #include "clock.h"
 #include "powerdomain.h"
 #include "clockdomain.h"
-#include <plat/dmtimer.h>
 #include "omap-pm.h"
 
 #include "soc.h"
index 3d28b2345fbdbfc451c338ede4e840186daa8ed9..6aea6f1b4982e4e2a3a830f0149c6ea200d2911b 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <linux/kernel.h>
 #include <linux/interrupt.h>
-#include <plat/dmtimer.h>
 
 #include <dspbridge/dbdefs.h>
 #include <dspbridge/dspdeh.h>