|
@@ -148,7 +148,6 @@ struct tegra_clk_init_table {
|
|
|
void tegra2_init_clocks(void);
|
|
void tegra2_init_clocks(void);
|
|
|
void clk_init(struct clk *clk);
|
|
void clk_init(struct clk *clk);
|
|
|
struct clk *tegra_get_clock_by_name(const char *name);
|
|
struct clk *tegra_get_clock_by_name(const char *name);
|
|
|
-unsigned long clk_measure_input_freq(void);
|
|
|
|
|
int clk_reparent(struct clk *c, struct clk *parent);
|
|
int clk_reparent(struct clk *c, struct clk *parent);
|
|
|
void tegra_clk_init_from_table(struct tegra_clk_init_table *table);
|
|
void tegra_clk_init_from_table(struct tegra_clk_init_table *table);
|
|
|
unsigned long clk_get_rate_locked(struct clk *c);
|
|
unsigned long clk_get_rate_locked(struct clk *c);
|