revert android-tegra-2.6.36-honeycomb-mr1-9001adc to v2.6.36
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-tegra / include / mach / clk.h
index d89463dcdf897bff77f0fd0c569f05362a263af6..2896f25ebfb57f0ce29cc43a4965763284166422 100644 (file)
 #ifndef __MACH_CLK_H
 #define __MACH_CLK_H
 
-struct dvfs;
-
 void tegra_periph_reset_deassert(struct clk *c);
 void tegra_periph_reset_assert(struct clk *c);
 
-int tegra_dvfs_set_rate(struct clk *c, unsigned long rate);
-unsigned long clk_get_rate_all_locked(struct clk *c);
-void tegra_sdmmc_tap_delay(struct clk *c, int delay);
-
 #endif