From d294fdf2ffc18563bdd3a14b7574b46526763be8 Mon Sep 17 00:00:00 2001 From: Joshua Primero Date: Thu, 9 Feb 2012 12:03:00 -0800 Subject: ARM: tegra: Object based balanced throttling Implemented an object based balanced throttling in preparation for multiple balanced throttling objects. bug 1007726 Change-Id: Ib58fafaf696af0ae58e78bd9fd417d3a822d0571 Signed-off-by: Joshua Primero Reviewed-on: http://git-master/r/105238 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam --- arch/arm/mach-tegra/cpu-tegra.c | 3 --- 1 file changed, 3 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 5c680b849435..9bed9270b412 100644 --- a/arch/arm/mach-tegra/cpu-tegra.c +++ b/arch/arm/mach-tegra/cpu-tegra.c @@ -435,9 +435,6 @@ static int __init tegra_cpu_debug_init(void) if (!cpu_tegra_debugfs_root) return -ENOMEM; - if (tegra_throttle_debug_init(cpu_tegra_debugfs_root)) - goto err_out; - if (tegra_edp_debug_init(cpu_tegra_debugfs_root)) goto err_out; -- cgit v1.2.3