summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/clock.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2010-11-08 16:30:11 -0800
committerColin Cross <ccross@android.com>2010-11-09 15:03:26 -0800
commitf58886c359db3c5056fea2d1a41d297f19e9f585 (patch)
treed6f298e88f07b72284d19094d7c3b9fd737244f1 /arch/arm/mach-tegra/clock.h
parent5dd546a46322680abadc6c9dd091a215b4293f1e (diff)
ARM: tegra: dvfs: Fix locking on external dvfs calls
Change-Id: I9e3a3cc8c6c4424d7f7ded22d886d51f715ec5d5 Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/clock.h')
-rw-r--r--arch/arm/mach-tegra/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/clock.h b/arch/arm/mach-tegra/clock.h
index 0bcf475b3c82..083815487c17 100644
--- a/arch/arm/mach-tegra/clock.h
+++ b/arch/arm/mach-tegra/clock.h
@@ -165,5 +165,6 @@ void tegra_clk_init_from_table(struct tegra_clk_init_table *table);
void tegra_clk_set_dvfs_rates(void);
void clk_set_cansleep(struct clk *c);
unsigned long clk_get_rate_locked(struct clk *c);
+int tegra_dvfs_set_rate_locked(struct clk *c, unsigned long rate);
#endif