Re: [PATCH 28/45] clk: versatile: Remove clk.h and clkdev.h includes

2015-07-16 Thread Linus Walleij
On Sat, Jul 11, 2015 at 1:33 AM, Stephen Boyd wrote: > Clock provider drivers generally shouldn't include clk.h because > it's the consumer API. Remove the include here because this is a > provider driver. Also remove clkdev.h in files that aren't using > it and replace them with slab.h in files

[PATCH 28/45] clk: versatile: Remove clk.h and clkdev.h includes

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Also remove clkdev.h in files that aren't using it and replace them with slab.h in files that were relying on the implicit include of slab.h in clkdev.h