From: Viresh Kumar Date: Thu, 9 Jan 2014 15:08:42 +0000 (+0530) Subject: ARM: SA1100: Create dummy clk_get_rate() to avoid build failures X-Git-Tag: v3.14-rc1~107^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ad04fb30db0341d0b1134e2f592d9146c9abb64;p=pandora-kernel.git ARM: SA1100: Create dummy clk_get_rate() to avoid build failures There are some parts of common kernel which would be using routines like clk_get_rate() on some platforms. Currently, they wouldn't be called for SA1100 boards, but they are needed for successful kernel compilation. Create a dummy clk_get_rate() routine for SA1100 which can be called by the cpufreq core. More dummy routines might be added later if necessary. Cc: Russell King Cc: Arnd Bergmann Reported-by: Olof Johansson Signed-off-by: Viresh Kumar [rjw: Changelog] Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed