sh: Fix up SH7201 clkfwk build.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 24 Dec 2010 03:15:57 +0000 (12:15 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 24 Dec 2010 03:15:57 +0000 (12:15 +0900)
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 <lethal@linux-sh.org>

No differences found