]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d171da223a90f20d4709a5489a2d74ec2d4d603
tree7da2828a6eab85c6a8adfe431230244de16aa6b8
parent7deb384582da37282a305d91936d63d47a26ce73
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 0ad8be0919e5b

  ("... 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