From 0a892e234ce77f94973afbf2d00ea4239ee6b677 Mon Sep 17 00:00:00 2001 From: Joshua Primero Date: Thu, 13 Oct 2011 17:49:20 -0700 Subject: arm: tegra: power: Tegra Thermal refactoring Refactored Thermal module so that thermal device drivers themselves are agnostic of the thermal framework. Also separated throttle limit constraints from EDP table. Reviewed-on: http://git-master/r/57990 Reviewed-on: http://git-master/r/63338 Cherry-picked from 8d0610bdd03c3490b718f11bc2108f45cd868533. Change-Id: I4f87889c9cdc88daac1e6173043bab1f2e7cebfd Signed-off-by: Joshua Primero Reviewed-on: http://git-master/r/66551 Reviewed-by: Diwakar Tundlam --- arch/arm/mach-tegra/cpu-tegra.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/arm/mach-tegra/cpu-tegra.c') diff --git a/arch/arm/mach-tegra/cpu-tegra.c b/arch/arm/mach-tegra/cpu-tegra.c index 598c6b0408a9..d6793f87cc5f 100644 --- a/arch/arm/mach-tegra/cpu-tegra.c +++ b/arch/arm/mach-tegra/cpu-tegra.c @@ -38,7 +38,6 @@ #include #include -#include #include "clock.h" #include "cpu-tegra.h" @@ -648,10 +647,6 @@ static int __init tegra_cpufreq_init(void) suspend_index = table_data->suspend_index; - ret = tegra_thermal_init(); - if (ret) - return ret; - ret = tegra_throttle_init(&tegra_cpu_lock); if (ret) return ret; -- cgit v1.2.3