ARM: OMAP: hwmod: Fix up hwmod based clkdm accesses
authorRajendra Nayak <rnayak@ti.com>
Sat, 10 Nov 2012 23:58:41 +0000 (16:58 -0700)
committerPaul Walmsley <paul@pwsan.com>
Mon, 12 Nov 2012 20:55:50 +0000 (13:55 -0700)
commitf5dd3bb53ca45f3b47c6889e5920c562f5a37359
tree5a10d225c445ac16943a64692a44f532e9c27d91
parentb5a2366c1833100aae0d00eaec4c15d15d290c85
ARM: OMAP: hwmod: Fix up hwmod based clkdm accesses

hwmod uses deferencing the clk pointer to acccess the clkdm.
With COMMON clk hwoever this will need to be deferenced through
the clk_hw_omap pointer, so do the necessary changes.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Mike Turquette <mturquette@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod.c