OMAP3: clock: Remove unnecessarily .init initializers from OMAP3 clocks
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 20 Jan 2010 00:30:52 +0000 (17:30 -0700)
committerPaul Walmsley <paul@pwsan.com>
Wed, 20 Jan 2010 00:30:52 +0000 (17:30 -0700)
The first thing that omap2_init_clksel_parent() does is check for
a non-zero .clksel field in the struct clk.  Therefore, it is
pointless calling this function on clocks where the clksel field
is unset.

Remove init calls to omap2_init_clksel_parent() on clocks without
a clksel field.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Paul Walmsley <paul@pwsan.com>

No differences found