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)
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

index 2e9988dac55f1d7980c5af2b9e7ede16857fec05..4b65e1296b8af7542437ec5d9b48bb840a2528b2 100644 (file)
@@ -6,7 +6,7 @@
  * Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
  */
 
-#include <linux/bitops.h>
+#include <linux/bits.h>
 #include <linux/err.h>
 #include <linux/io.h>
 #include <linux/module.h>