Silences the checkpatch warning introduced by commit 94aa44090eda ("cpufreq: exynos: Add missing static"). Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> Cc: Jonghwan Choi <jhbird.choi@xxxxxxxxxxx> --- drivers/cpufreq/exynos5250-cpufreq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/cpufreq/exynos5250-cpufreq.c b/drivers/cpufreq/exynos5250-cpufreq.c index 8feda86fe42c..ebbcbb7e1926 100644 --- a/drivers/cpufreq/exynos5250-cpufreq.c +++ b/drivers/cpufreq/exynos5250-cpufreq.c @@ -144,7 +144,8 @@ static void set_apll(unsigned int new_index, } -static 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; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html