From 5148ccbfc900ba1152f2c9adb8f8ec5d6fc051d3 Mon Sep 17 00:00:00 2001 From: Alex Frid Date: Sat, 9 Jul 2011 18:38:04 -0700 Subject: ARM: tegra: power: Re-factor power headers. Renamed and moved tegra cpu related function prototypes from power.h to tegra-cpu.h. No functional changes. Original-Change-Id: I24c25c9434bf7008e0875d1f74be502cd902c4ba Reviewed-on: http://git-master/r/40532 Reviewed-by: Varun Colbert Tested-by: Varun Colbert Rebase-Id: R3d90799453a86a5a9ed012d2bfe373715de6d5c3 --- arch/arm/mach-tegra/cpu-tegra3.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/arm/mach-tegra/cpu-tegra3.c') 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 #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()) { -- cgit v1.2.3