From d7792218cc0d3d14bf5eab5b1f68b75cff61ef60 Mon Sep 17 00:00:00 2001 From: Jonghwan Choi Date: Sun, 23 Dec 2012 15:59:06 -0800 Subject: [PATCH] --- yaml --- r: 351064 b: refs/heads/master c: 94aa44090eda62320ce0dfd8c52ac21e787215a2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/cpufreq/exynos4210-cpufreq.c | 2 +- trunk/drivers/cpufreq/exynos4x12-cpufreq.c | 2 +- trunk/drivers/cpufreq/exynos5250-cpufreq.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index f0b094b93c6a..56b85078b984 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0e0e425f58fc91b7559350e12060938f8fa7a1c2 +refs/heads/master: 94aa44090eda62320ce0dfd8c52ac21e787215a2 diff --git a/trunk/drivers/cpufreq/exynos4210-cpufreq.c b/trunk/drivers/cpufreq/exynos4210-cpufreq.c index 250dcf0c0b22..de91755e2556 100644 --- a/trunk/drivers/cpufreq/exynos4210-cpufreq.c +++ b/trunk/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; diff --git a/trunk/drivers/cpufreq/exynos4x12-cpufreq.c b/trunk/drivers/cpufreq/exynos4x12-cpufreq.c index 224445d3fd4f..0661039e5d4a 100644 --- a/trunk/drivers/cpufreq/exynos4x12-cpufreq.c +++ b/trunk/drivers/cpufreq/exynos4x12-cpufreq.c @@ -166,7 +166,7 @@ static void exynos4x12_set_apll(unsigned int index) } while (tmp != (0x1 << EXYNOS4_CLKSRC_CPU_MUXCORE_SHIFT)); } -bool exynos4x12_pms_change(unsigned int old_index, unsigned int new_index) +static bool exynos4x12_pms_change(unsigned int old_index, unsigned int new_index) { unsigned int old_pm = apll_freq_4x12[old_index].mps >> 8; unsigned int new_pm = apll_freq_4x12[new_index].mps >> 8; diff --git a/trunk/drivers/cpufreq/exynos5250-cpufreq.c b/trunk/drivers/cpufreq/exynos5250-cpufreq.c index 736a5cfdfd17..b9344869f822 100644 --- a/trunk/drivers/cpufreq/exynos5250-cpufreq.c +++ b/trunk/drivers/cpufreq/exynos5250-cpufreq.c @@ -143,7 +143,7 @@ static void set_apll(unsigned int new_index, } -bool exynos5250_pms_change(unsigned int old_index, unsigned int new_index) +static bool exynos5250_pms_change(unsigned int old_index, unsigned int new_index) { unsigned int old_pm = apll_freq_5250[old_index].mps >> 8; unsigned int new_pm = apll_freq_5250[new_index].mps >> 8;