Re: [PATCH 18/45] clk: mvebu: Remove clk.h include

2015-07-20 Thread Boris Brezillon
Adding the mvebu maintainers in Cc. On Fri, 10 Jul 2015 16:33:16 -0700 Stephen Boyd wrote: > Clock provider drivers generally shouldn't include clk.h because > it's the consumer API. Only include the header if necessary. The > clkdev.h include isn't used here either, so drop it and add in > slab

[PATCH 18/45] clk: mvebu: 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. Only include the header if necessary. The clkdev.h include isn't used here either, so drop it and add in slab.h to keep things compiling. Cc: Boris Brezillon Signed-off-by: Stephen Boyd --- drivers/clk/mvebu