From: Paul Walmsley Date: Thu, 2 Aug 2007 18:10:10 +0000 (-0600) Subject: omap2 clock: clean up dss2_fck clock flags X-Git-Tag: v2.6.23-omap1~259 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbcba874011d3211f882c6c1d533d9552355fa85;p=pandora-kernel.git omap2 clock: clean up dss2_fck clock flags dss2_fck is not a fixed-rate clock; its rate is dependent on its parent's rate. So, drop the .rate assignment and drop the RATE_FIXED clock flag. It also is a leaf clock - no clocks have it as a parent - so it can't propagate its rate anywhere. So, drop the RATE_PROPAGATES and fix the recalc function pointer accordingly. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed