Re: [PATCH 24/45] clk: socfpga: Remove clk.h and clkdev.h includes

2015-07-13 Thread Dinh Nguyen
On 07/10/2015 06:33 PM, 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. The clkdev.h include isn't used either, remove > it and add in slab.h to make sure things keep

Re: [PATCH 24/45] clk: socfpga: Remove clk.h and clkdev.h includes

2015-07-13 Thread Dinh Nguyen
On 07/10/2015 06:33 PM, 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. The clkdev.h include isn't used either, remove it and add in slab.h to make sure things keep compiling.

[PATCH 24/45] clk: socfpga: 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. The clkdev.h include isn't used either, remove it and add in slab.h to make sure things keep compiling. Cc: Dinh Nguyen Signed-off-by: Stephen Boyd

[PATCH 24/45] clk: socfpga: 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. The clkdev.h include isn't used either, remove it and add in slab.h to make sure things keep compiling. Cc: Dinh Nguyen dingu...@opensource.altera.com