Hi,
On 09/22/2011 05:26 PM, Mike Turquette wrote:
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 3530927..c53ed59 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -5,3 +5,6 @@ config CLKDEV_LOOKUP config HAVE_MACH_CLKDEV bool
+config GENERIC_CLK
- bool
Now that Russel's prepare/unprepare patch is mainlined, I think you want to select HAVE_CLK_PREPARE here (and remove your prepare/unprepare function declarations in clk.h).
Regards, Domenico