summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Willett <swillett@nvidia.com>2011-10-21 18:16:19 -0700
committerSimone Willett <swillett@nvidia.com>2011-10-21 18:22:34 -0700
commit4a6f0349ddf4529546074f9bce8ee89571fcf049 (patch)
treed2255878cdcd80ad44c870da30208c0ff6a97837
parent44436ad6fb6927999df3cf6f7bed07f2c4bed14a (diff)
Revert "arm: tegra: cpu: fix compilation error"
This reverts commit 3fa5bf723cbf34482de6a1a8473f68bc69958a66. Change-Id: I27042adcc160cd89c7eab6fa19a61d06e9c7f3ea Reviewed-on: http://git-master/r/59771 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/cpu-tegra.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/cpu-tegra.h b/arch/arm/mach-tegra/cpu-tegra.h
index a89ccd32d463..9a1c05d27ff6 100644
--- a/arch/arm/mach-tegra/cpu-tegra.h
+++ b/arch/arm/mach-tegra/cpu-tegra.h
@@ -48,8 +48,7 @@ static inline unsigned int tegra_throttle_governor_speed(
static inline int tegra_throttle_debug_init(
struct dentry *cpu_tegra_debugfs_root)
{ return 0; }
-static inline void tegra_throttling_enable(bool enable)
-{}
+#define tegra_throttling_enable NULL
#endif /* CONFIG_TEGRA_THERMAL_THROTTLE */
#if defined(CONFIG_TEGRA_AUTO_HOTPLUG) && !defined(CONFIG_ARCH_TEGRA_2x_SOC)