aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/exynos4210-cpufreq.c
diff options
context:
space:
mode:
authorJonghwan Choi <jhbird.choi@samsung.com>2012-12-23 15:59:06 -0800
committerKukjin Kim <kgene.kim@samsung.com>2012-12-23 15:59:06 -0800
commit94aa44090eda62320ce0dfd8c52ac21e787215a2 (patch)
treecb4e6cc35eff222cf7696ecf80550c7a957c55db /drivers/cpufreq/exynos4210-cpufreq.c
parentcpufreq: exynos: Split exynos_target function into two functions (diff)
downloadlinux-dev-94aa44090eda62320ce0dfd8c52ac21e787215a2.tar.xz
linux-dev-94aa44090eda62320ce0dfd8c52ac21e787215a2.zip
cpufreq: exynos: Add missing static
Add missing 'static' qualifiers. Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/cpufreq/exynos4210-cpufreq.c')
-rw-r--r--drivers/cpufreq/exynos4210-cpufreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/exynos4210-cpufreq.c b/drivers/cpufreq/exynos4210-cpufreq.c
index 250dcf0c0b22..de91755e2556 100644
--- a/drivers/cpufreq/exynos4210-cpufreq.c
+++ b/drivers/cpufreq/exynos4210-cpufreq.c
@@ -114,7 +114,7 @@ static void exynos4210_set_apll(unsigned int index)
} while (tmp != (0x1 << EXYNOS4_CLKSRC_CPU_MUXCORE_SHIFT));
}
-bool exynos4210_pms_change(unsigned int old_index, unsigned int new_index)
+static bool exynos4210_pms_change(unsigned int old_index, unsigned int new_index)
{
unsigned int old_pm = apll_freq_4210[old_index].mps >> 8;
unsigned int new_pm = apll_freq_4210[new_index].mps >> 8;