From: Russell King Date: Wed, 20 Jan 2010 00:30:52 +0000 (-0700) Subject: OMAP3: clock: Remove unnecessarily .init initializers from OMAP3 clocks X-Git-Tag: v2.6.33-rc6~30^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6468e3b18777ecfffa6738e365896be9f17403f2;p=pandora-kernel.git 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 Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed