diff options
author | Tarun Kanti DebBarma <tarun.kanti@ti.com> | 2012-05-08 05:55:30 (GMT) |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-05-08 05:55:30 (GMT) |
commit | f1bbbb1365fdb1abe29f31d4ac455f265f9bc2ff (patch) | |
tree | aa750ad4746dabc0920d16cc69ba65be9c55446a /arch/arm/plat-omap | |
parent | 96566043b19ae76d3828ce75cbf28dc6d0bcaaf1 (diff) | |
download | linux-f1bbbb1365fdb1abe29f31d4ac455f265f9bc2ff.tar.xz |
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.h | 2 |
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 9418f00..be2b8c4 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 */ |