summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/cpu-tegra3.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/cpu-tegra3.c')
-rw-r--r--arch/arm/mach-tegra/cpu-tegra3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/cpu-tegra3.c b/arch/arm/mach-tegra/cpu-tegra3.c
index dcdad84f447f..9dfa40dcef67 100644
--- a/arch/arm/mach-tegra/cpu-tegra3.c
+++ b/arch/arm/mach-tegra/cpu-tegra3.c
@@ -34,6 +34,7 @@
#include <linux/seq_file.h>
#include "pm.h"
+#include "cpu-tegra.h"
#include "clock.h"
#define INITIAL_STATE TEGRA_HP_DISABLED
@@ -228,7 +229,7 @@ static void tegra_auto_hotplug_work_func(struct work_struct *work)
hp_stats_update(CONFIG_NR_CPUS, false);
hp_stats_update(0, true);
/* catch-up with governor target speed */
- tegra_cpu_cap_highest_speed(NULL);
+ tegra_cpu_set_speed_cap(NULL);
}
} else {
switch (tegra_cpu_speed_balance()) {