On Thu, Sep 22, 2011 at 03:26:56PM -0700, Mike Turquette wrote:
+/* For USE_COMMON_STRUCT_CLK, these are provided in clk.c, but not exported
- through other headers; we don't want them used anywhere but here. */
+#ifdef CONFIG_USE_COMMON_STRUCT_CLK
change to CONFIG_GENERIC_CLK?
+extern int __clk_get(struct clk *clk); +extern void __clk_put(struct clk *clk);
clk.c does not define it.
+#endif
Thanks Richard