Re: [PATCH 11/45] clk: u300: Remove clk.h include

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 add in slab.h because without clkdev.h > compilation of this file would fail. > > Cc:

[PATCH 11/45] clk: u300: Remove clk.h include

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 add in slab.h because without clkdev.h compilation of this file would fail. Cc: Linus Walleij Signed-off-by: Stephen Boyd --- drivers/clk/clk-u