0064-add_clk_round_rate.patch 328 B

123456789101112131415
  1. --- a/arch/mips/ralink/clk.c
  2. +++ b/arch/mips/ralink/clk.c
  3. @@ -62,6 +62,12 @@ int clk_set_rate(struct clk *clk, unsign
  4. }
  5. EXPORT_SYMBOL_GPL(clk_set_rate);
  6. +long clk_round_rate(struct clk *clk, unsigned long rate)
  7. +{
  8. + return -1;
  9. +}
  10. +EXPORT_SYMBOL_GPL(clk_round_rate);
  11. +
  12. void __init plat_time_init(void)
  13. {
  14. struct clk *clk;