]> Pileus Git - ~andy/linux/blobdiff - drivers/cpufreq/exynos5250-cpufreq.c
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[~andy/linux] / drivers / cpufreq / exynos5250-cpufreq.c
index 736a5cfdfd17709b0788b085bb7888f41a244a46..9fae466d7746a5fed781edb17f4838b6931ed8f0 100644 (file)
@@ -19,7 +19,8 @@
 
 #include <mach/map.h>
 #include <mach/regs-clock.h>
-#include <mach/cpufreq.h>
+
+#include "exynos-cpufreq.h"
 
 static struct clk *cpu_clk;
 static struct clk *moutcore;
@@ -143,7 +144,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;