On Sat, Mar 03, 2012 at 12:28:59AM -0800, Mike Turquette wrote: > The common clk framework provides clk_prepare and clk_unprepare > implementations. Create an entry for HAVE_CLK_PREPARE so that > COMMON_CLK can select it. > > Signed-off-by: Mike Turquette <[email protected]> > Signed-off-by: Mike Turquette <[email protected]> > Acked-by: Shawn Guo <[email protected]> > Cc: Jeremy Kerr <[email protected]> > Cc: Thomas Gleixner <[email protected]> > Cc: Arnd Bergman <[email protected]> > Cc: Paul Walmsley <[email protected]> > Cc: Richard Zhao <[email protected]> > Cc: Saravana Kannan <[email protected]> > Cc: Magnus Damm <[email protected]> > Cc: Rob Herring <[email protected]> > Cc: Mark Brown <[email protected]> > Cc: Linus Walleij <[email protected]> > Cc: Stephen Boyd <[email protected]> > Cc: Amit Kucheria <[email protected]> > Cc: Deepak Saxena <[email protected]> > Cc: Grant Likely <[email protected]> > Cc: Andrew Lunn <[email protected]> > --- > drivers/clk/Kconfig | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig > index 9b3cd08..3912576 100644 > --- a/drivers/clk/Kconfig > +++ b/drivers/clk/Kconfig > @@ -8,3 +8,6 @@ config HAVE_CLK_PREPARE > > config HAVE_MACH_CLKDEV > bool > + > +config HAVE_CLK_PREPARE > + bool We've already had it. redundant?
Thanks Richard > -- > 1.7.5.4 > > > _______________________________________________ > linux-arm-kernel mailing list > [email protected] > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > _______________________________________________ linaro-dev mailing list [email protected] http://lists.linaro.org/mailman/listinfo/linaro-dev
