From: Paul Mundt Date: Fri, 24 Dec 2010 03:15:57 +0000 (+0900) Subject: sh: Fix up SH7201 clkfwk build. X-Git-Tag: v2.6.37-rc8~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27f1acccd4d310e941d2e879445324595e2fe463;p=pandora-kernel.git sh: Fix up SH7201 clkfwk build. The master clock initialization for SH7201 was wholly bogus. Users of the legacy API must initialize the clock rate through the struct clk itself rather than returning the clock frequency. Given that the init function itself is void, returning the frequency isn't terribly effective. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed