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

From: Dinh Nguyen
Date: Mon Jul 13 2015 - 12:07:46 EST


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.
>
> Cc: Dinh Nguyen <dinguyen@xxxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
> ---
> drivers/clk/socfpga/clk-gate-a10.c | 1 +
> drivers/clk/socfpga/clk-gate.c | 3 +--
> drivers/clk/socfpga/clk-periph-a10.c | 1 +
> drivers/clk/socfpga/clk-periph.c | 3 +--
> drivers/clk/socfpga/clk-pll-a10.c | 1 +
> drivers/clk/socfpga/clk-pll.c | 3 +--
> drivers/clk/socfpga/clk.h | 1 -
> 7 files changed, 6 insertions(+), 7 deletions(-)
>

Acked-by: Dinh Nguyen <dinguyen@xxxxxxxxxxxxxxxxxxxxx>

Thanks,
Dinh

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/