|
@@ -465,8 +465,8 @@ static int acpi_cpufreq_target(struct cpufreq_policy *policy,
|
|
|
return result;
|
|
|
}
|
|
|
|
|
|
-unsigned int acpi_cpufreq_fast_switch(struct cpufreq_policy *policy,
|
|
|
- unsigned int target_freq)
|
|
|
+static unsigned int acpi_cpufreq_fast_switch(struct cpufreq_policy *policy,
|
|
|
+ unsigned int target_freq)
|
|
|
{
|
|
|
struct acpi_cpufreq_data *data = policy->driver_data;
|
|
|
struct acpi_processor_performance *perf;
|