summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorTarun Kanti DebBarma2012-05-08 07:55:30 +0200
committerPaul Walmsley2012-05-08 07:55:30 +0200
commitf1bbbb1365fdb1abe29f31d4ac455f265f9bc2ff (patch)
treeaa750ad4746dabc0920d16cc69ba65be9c55446a /arch/arm/plat-omap
parentARM: OMAP4: hwmod data: add DEBUGSS skeleton (diff)
downloadkernel-qcow2-linux-f1bbbb1365fdb1abe29f31d4ac455f265f9bc2ff.tar.gz
kernel-qcow2-linux-f1bbbb1365fdb1abe29f31d4ac455f265f9bc2ff.tar.xz
kernel-qcow2-linux-f1bbbb1365fdb1abe29f31d4ac455f265f9bc2ff.zip
ARM: OMAP2+: dmtimer: cleanup iclk usage
We do not use iclk anywhere in the dmtimer driver and so removing it. Hence removing the timer iclk entries from OMAP4 clkdev table as well. Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r--arch/arm/plat-omap/include/plat/dmtimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/dmtimer.h b/arch/arm/plat-omap/include/plat/dmtimer.h
index 9418f00b6c38..be2b8c48a9bf 100644
--- a/arch/arm/plat-omap/include/plat/dmtimer.h
+++ b/arch/arm/plat-omap/include/plat/dmtimer.h
@@ -259,7 +259,7 @@ struct omap_dm_timer {
unsigned long phys_base;
int id;
int irq;
- struct clk *iclk, *fclk;
+ struct clk *fclk;
void __iomem *io_base;
void __iomem *sys_stat; /* TISTAT timer status */