Re: [PATCH 1/2] ARM: SA1100: Create dummy clk_get_rate() to avoidbuild failures

From: Olof Johansson
Date: Thu Jan 09 2014 - 11:26:19 EST


On Thu, Jan 9, 2014 at 7:08 AM, Viresh Kumar <viresh.kumar@xxxxxxxxxx> 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@xxxxxxxxxxxxxxxx>
> Cc: Arnd Bergmann <arnd.bergmann@xxxxxxxxxx>
> Reported-by: <Olof Johansson> olof@xxxxxxxxx

That's not the right format.

-Olof
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/