|
@@ -57,12 +57,12 @@ static unsigned long target_cpu_speed[NUM_CPUS];
|
|
static DEFINE_MUTEX(tegra_cpu_lock);
|
|
static DEFINE_MUTEX(tegra_cpu_lock);
|
|
static bool is_suspended;
|
|
static bool is_suspended;
|
|
|
|
|
|
-int tegra_verify_speed(struct cpufreq_policy *policy)
|
|
|
|
|
|
+static int tegra_verify_speed(struct cpufreq_policy *policy)
|
|
{
|
|
{
|
|
return cpufreq_frequency_table_verify(policy, freq_table);
|
|
return cpufreq_frequency_table_verify(policy, freq_table);
|
|
}
|
|
}
|
|
|
|
|
|
-unsigned int tegra_getspeed(unsigned int cpu)
|
|
|
|
|
|
+static unsigned int tegra_getspeed(unsigned int cpu)
|
|
{
|
|
{
|
|
unsigned long rate;
|
|
unsigned long rate;
|
|
|
|
|