commit | 6468e3b18777ecfffa6738e365896be9f17403f2 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jan 19 17:30:52 2010 -0700 |
committer | Paul Walmsley <paul@pwsan.com> | Tue Jan 19 17:30:52 2010 -0700 |
tree | 0c8323159c431d60b9397a594a14e375ba3da429 | |
parent | 883edfdd58419b0cc298db14ba25c26d55c6d1af [diff] |
OMAP3: clock: Remove unnecessarily .init initializers from OMAP3 clocks 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>