On Thu, Jan 9, 2014 at 7:08 AM, Viresh Kumar viresh.kumar@linaro.org wrote:
There are some parts of common kernel which would be using routines like clk_get_rate() on some platforms. Currently these wouldn't be called for SA1100 boards but we need these routines for successful builds of these boards.
So, this patch creates a dummy clk_get_rate() routine which is being used by cpufreq core. More dummy routines might be added later if there is a need for that.
Cc: Russell King linux@arm.linux.org.uk Cc: Arnd Bergmann arnd.bergmann@linaro.org Reported-by: <Olof Johansson> olof@lixom.net
That's not the right format.
-Olof