|
@@ -31,13 +31,13 @@ static unsigned int locking_frequency;
|
|
|
static bool frequency_locked;
|
|
|
static DEFINE_MUTEX(cpufreq_lock);
|
|
|
|
|
|
-int exynos_verify_speed(struct cpufreq_policy *policy)
|
|
|
+static int exynos_verify_speed(struct cpufreq_policy *policy)
|
|
|
{
|
|
|
return cpufreq_frequency_table_verify(policy,
|
|
|
exynos_info->freq_table);
|
|
|
}
|
|
|
|
|
|
-unsigned int exynos_getspeed(unsigned int cpu)
|
|
|
+static unsigned int exynos_getspeed(unsigned int cpu)
|
|
|
{
|
|
|
return clk_get_rate(exynos_info->cpu_clk) / 1000;
|
|
|
}
|