|
@@ -120,8 +120,13 @@ static inline void tegra_cpu_clock_resume(void)
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#ifdef ARCH_TEGRA
|
|
void tegra_periph_reset_deassert(struct clk *c);
|
|
void tegra_periph_reset_deassert(struct clk *c);
|
|
void tegra_periph_reset_assert(struct clk *c);
|
|
void tegra_periph_reset_assert(struct clk *c);
|
|
|
|
+#else
|
|
|
|
+static inline void tegra_periph_reset_deassert(struct clk *c) {}
|
|
|
|
+static inline void tegra_periph_reset_assert(struct clk *c) {}
|
|
|
|
+#endif
|
|
void tegra_clocks_apply_init_table(void);
|
|
void tegra_clocks_apply_init_table(void);
|
|
|
|
|
|
#endif /* __LINUX_CLK_TEGRA_H_ */
|
|
#endif /* __LINUX_CLK_TEGRA_H_ */
|