Re: [PATCH] pinctrl: uniphier: include <linux/bits.h> instead of <linux/bitops.h>

From: Linus Walleij
Date: Tue Oct 16 2018 - 04:02:34 EST


On Tue, Oct 16, 2018 at 6:10 AM Masahiro Yamada
<yamada.masahiro@xxxxxxxxxxxxx> wrote:

> The reason of including <linux/bitops.h> here is just for BIT() macro.
>
> Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some
> macros from <linux/bitops.h> to a new <linux/bits.h> file"),
> <linux/bits.h> is enough for such compile-time macros.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>

Patch applied.

Yours,
Linus Walleij