summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/dvfs.h
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2013-12-06 12:46:42 -0800
committerDiwakar Tundlam <dtundlam@nvidia.com>2013-12-09 12:38:35 -0800
commit22e66699d895db3759797c4348cca6bfd07610ae (patch)
tree8a433041c0442e7a746c23a66a412b73e598f4c0 /arch/arm/mach-tegra/dvfs.h
parent11cb22a88b45c9556d737037faee31e677890046 (diff)
ARM: tegra: dvfs: Removed unused predict interfaces
Bug 1307919 Change-Id: I5a1db715be65b4ace106154ea6e7a30cefc46cfc Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/339371 Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/dvfs.h')
-rw-r--r--arch/arm/mach-tegra/dvfs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/dvfs.h b/arch/arm/mach-tegra/dvfs.h
index 875b64f4828a..5d9dd4f48da0 100644
--- a/arch/arm/mach-tegra/dvfs.h
+++ b/arch/arm/mach-tegra/dvfs.h
@@ -247,8 +247,6 @@ struct dvfs_rail *tegra_dvfs_get_rail_by_name(const char *reg_id);
int tegra_dvfs_predict_millivolts(struct clk *c, unsigned long rate);
int tegra_dvfs_predict_peak_millivolts(struct clk *c, unsigned long rate);
-int tegra_dvfs_predict_millivolts_pll(struct clk *c, unsigned long rate);
-int tegra_dvfs_predict_millivolts_dfll(struct clk *c, unsigned long rate);
const int *tegra_dvfs_get_millivolts_pll(struct dvfs *d);
int tegra_dvfs_override_core_cap_apply(int level);