pinctrl: merrifield: include bits.h instead of bitops.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 17 Oct 2018 15:49:04 +0000 (18:49 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 8 Nov 2018 15:16:40 +0000 (17:16 +0200)
commitf27a0d9ad366d20d4aa606306f1967b75b648c36
tree7da2828a6eab85c6a8adfe431230244de16aa6b8
parent0dd519e3784b13befa1cdfeff847a0885b06650f
pinctrl: merrifield: include bits.h instead of bitops.h

The reason of including <linux/bitops.h> here is just for BIT() and Co macros.

Since commit 8bd9cb51daac8

  ("... 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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pinctrl/intel/pinctrl-merrifield.c