080-disable_clk_backport.patch 390 B

1234567891011121314151617181920
  1. --- a/compat/compat-3.6.c
  2. +++ b/compat/compat-3.6.c
  3. @@ -147,17 +147,3 @@ int sg_alloc_table_from_pages(struct sg_
  4. return 0;
  5. }
  6. EXPORT_SYMBOL_GPL(sg_alloc_table_from_pages);
  7. -
  8. -/* whoopsie ! */
  9. -#ifndef CONFIG_COMMON_CLK
  10. -int clk_enable(struct clk *clk)
  11. -{
  12. - return 0;
  13. -}
  14. -EXPORT_SYMBOL_GPL(clk_enable);
  15. -
  16. -void clk_disable(struct clk *clk)
  17. -{
  18. -}
  19. -EXPORT_SYMBOL_GPL(clk_disable);
  20. -#endif