Re: [PATCH] clk: Remove io.h from clk-provider.h

From: Geert Uytterhoeven
Date: Wed May 15 2019 - 03:32:55 EST


Hi Stephen,

On Tue, May 14, 2019 at 7:09 PM Stephen Boyd <swboyd@xxxxxxxxxxxx> wrote:
> Now that we've gotten rid of clk_readl() we can remove io.h from the
> clk-provider header and push out the io.h include to any code that isn't
> already including the io.h header but using things like readl/writel,
> etc.
>
> Found with this grep:
>
> git grep -l clk-provider.h | grep '.c$' | xargs git grep -L 'linux/io.h' | \

Suggestion for future use:

git grep -l clk-provider.h -- "*.c" | ...

> I'm going to push this into clk-next today and if nothing breaks, send
> it off for inclusion in a couple days, at least before -rc1 is released.

Thanks!

For clk/renesas:
Acked-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds