From 0b042c720db13bbd042dace487e2e918386a45d4 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Mon, 13 Feb 2012 17:51:06 -0800 Subject: ARM: tegra: clocks: Consolidate input frequency measurements Consolidate the functions used to measure the input frequency into a single implementation and perform the measurement only once. Change-Id: I3d13e608a7256d154373542ca001cbda9c03c21b Signed-off-by: Scott Williams Reviewed-on: http://git-master/r/83613 Reviewed-by: Simone Willett Tested-by: Simone Willett --- arch/arm/mach-tegra/clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-tegra/clock.h') diff --git a/arch/arm/mach-tegra/clock.h b/arch/arm/mach-tegra/clock.h index 36ca521fd2ce..dde9e07292a7 100644 --- a/arch/arm/mach-tegra/clock.h +++ b/arch/arm/mach-tegra/clock.h @@ -231,7 +231,7 @@ void tegra_soc_init_clocks(void); void tegra_init_max_rate(struct clk *c, unsigned long max_rate); void clk_init(struct clk *clk); struct clk *tegra_get_clock_by_name(const char *name); -unsigned long clk_measure_input_freq(void); +unsigned long tegra_clk_measure_input_freq(void); int clk_reparent(struct clk *c, struct clk *parent); void tegra_clk_init_from_table(struct tegra_clk_init_table *table); void clk_set_cansleep(struct clk *c); -- cgit v1.2.3