summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/cpu-tegra.h
diff options
context:
space:
mode:
authorJoshua Primero <jprimero@nvidia.com>2012-02-09 12:03:00 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:13:20 -0700
commitb50c4733282ca221dfd2cf5af882a84b4f650e5b (patch)
tree4f2d8f1ad87c073b158773a39ebf2f802298608c /arch/arm/mach-tegra/cpu-tegra.h
parente5aa542cf9b68b48d0c9df3df38126b2e25b13c4 (diff)
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 <jprimero@nvidia.com> Reviewed-on: http://git-master/r/105238 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam <snikam@nvidia.com> Rebase-Id: Rf5997445c6cba8c5f0d1fe8abca5668711c30c87
Diffstat (limited to 'arch/arm/mach-tegra/cpu-tegra.h')
-rw-r--r--arch/arm/mach-tegra/cpu-tegra.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/cpu-tegra.h b/arch/arm/mach-tegra/cpu-tegra.h
index 843e932860dd..b0bd294d52fe 100644
--- a/arch/arm/mach-tegra/cpu-tegra.h
+++ b/arch/arm/mach-tegra/cpu-tegra.h
@@ -34,7 +34,6 @@ int tegra_throttle_init(struct mutex *cpu_lock);
void tegra_throttle_exit(void);
bool tegra_is_throttling(void);
unsigned int tegra_throttle_governor_speed(unsigned int requested_speed);
-int tegra_throttle_debug_init(struct dentry *cpu_tegra_debugfs_root);
#else
static inline int tegra_throttle_init(struct mutex *cpu_lock)
{ return 0; }
@@ -45,9 +44,6 @@ static inline bool tegra_is_throttling(void)
static inline unsigned int tegra_throttle_governor_speed(
unsigned int requested_speed)
{ return requested_speed; }
-static inline int tegra_throttle_debug_init(
- struct dentry *cpu_tegra_debugfs_root)
-{ return 0; }
#endif /* CONFIG_TEGRA_THERMAL_THROTTLE */
#if defined(CONFIG_TEGRA_AUTO_HOTPLUG) && !defined(CONFIG_ARCH_TEGRA_2x_SOC)