[PATCH v2 1/7] clk: Add a generic clock infrastructure
From: Richard Zhao <hidden>
Date: 2011-10-21 09:00:48
Also in:
lkml
From: Richard Zhao <hidden>
Date: 2011-10-21 09:00:48
Also in:
lkml
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