sh: cpufreq: Wire up scaling_available_freqs support.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 27 Jan 2012 11:45:24 +0000 (20:45 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 27 Jan 2012 11:45:24 +0000 (20:45 +0900)
scaling_available_freqs is provided generically for drivers that are
using frequency table based rounding. This will be optional for our case,
but the generic code already takes that in to consideration, so we can
simply wire it up outright.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found