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)
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>

No differences found