Hi Stephen,

On Tue, May 14, 2019 at 7:09 PM Stephen Boyd <[email protected]> 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 <[email protected]>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

Reply via email to