Re: [PATCH 3/3] clk: remove clk-private.h

2015-02-02 Thread Geert Uytterhoeven
Hi Mike, On Fri, Jan 30, 2015 at 10:25 PM, Michael Turquette wrote: > Private clock framework data structures should be private, surprisingly. > > Now that all platforms and drivers have been updated to remove static > initializations of struct clk and struct clk_core objects and all > references

Re: [PATCH 3/3] clk: remove clk-private.h

2015-01-30 Thread Mike Turquette
Quoting Stephen Boyd (2015-01-30 15:48:46) > On 01/30/15 13:25, Michael Turquette wrote: > > Private clock framework data structures should be private, surprisingly. > > > > Now that all platforms and drivers have been updated to remove static > > initializations of struct clk and struct clk_core o

Re: [PATCH 3/3] clk: remove clk-private.h

2015-01-30 Thread Stephen Boyd
On 01/30/15 13:25, Michael Turquette wrote: > Private clock framework data structures should be private, surprisingly. > > Now that all platforms and drivers have been updated to remove static > initializations of struct clk and struct clk_core objects and all > references to clk-private.h have bee

[PATCH 3/3] clk: remove clk-private.h

2015-01-30 Thread Michael Turquette
Private clock framework data structures should be private, surprisingly. Now that all platforms and drivers have been updated to remove static initializations of struct clk and struct clk_core objects and all references to clk-private.h have been removed we can move the definitions of these struct