ARM: pxa: remove get_clk_frequency_khz()
authorArnd Bergmann <arnd@arndb.de>
Wed, 18 Sep 2019 13:10:51 +0000 (15:10 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 7 May 2022 20:55:49 +0000 (22:55 +0200)
commite0a3596eb811bb86c9b5b2fe46493aa7782692ba
tree9bd02e58fa4802740b0b8948f871dd0bf7af308c
parent6a946f1bd5cc966c9dd377b14efa4cec388101ce
ARM: pxa: remove get_clk_frequency_khz()

get_clk_frequency_khz() is not a proper name for a global function,
and there is only one caller.

Convert viper to use the properly namespaced
pxa25x_get_clk_frequency_khz() and remove the other references.

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Cc: linux-pm@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-pxa/generic.c
arch/arm/mach-pxa/generic.h
arch/arm/mach-pxa/viper.c
drivers/cpufreq/pxa2xx-cpufreq.c