summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/dvfs.h
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2013-10-11 21:01:23 -0700
committerYu-Huan Hsu <yhsu@nvidia.com>2013-10-16 11:14:53 -0700
commit014d5626e29dd2018e3732f64f49438c1399620e (patch)
tree6016f5fc86aea711e292d601e8d7c69790da7013 /arch/arm/mach-tegra/dvfs.h
parent6418ad4ac156ceea50fb3fc3cb82b634f1dd8848 (diff)
ARM: tegra: dvfs: Remove obsolete gpu_dvfs debugfs node
Change-Id: Idb9e5b225b2b94232200154e00f5843889516106 Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/298529 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com> Reviewed-by: Chris Dragan <kdragan@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/dvfs.h')
-rw-r--r--arch/arm/mach-tegra/dvfs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/dvfs.h b/arch/arm/mach-tegra/dvfs.h
index 0ca378ae2a5c..98e31eeba63c 100644
--- a/arch/arm/mach-tegra/dvfs.h
+++ b/arch/arm/mach-tegra/dvfs.h
@@ -266,13 +266,6 @@ int tegra_dvfs_init_thermal_dvfs_voltages(
int *millivolts, int freqs_num, int ranges_num, struct dvfs *d);
int tegra_dvfs_rail_dfll_mode_set_cold(struct dvfs_rail *rail);
-#ifdef CONFIG_ARCH_TEGRA_12x_SOC
-int read_gpu_dvfs_table(int **millivolts, unsigned long **freqs);
-#else
-static inline int read_gpu_dvfs_table(int **millivolts, unsigned long **freqs)
-{ return -EINVAL; }
-#endif
-
#ifndef CONFIG_ARCH_TEGRA_2x_SOC
int tegra_dvfs_rail_disable_prepare(struct dvfs_rail *rail);
int tegra_dvfs_rail_post_enable(struct dvfs_rail *rail);