power: supply: axp20x: add missing include bitops.h
authorOlliver Schinagl <oliver@schinagl.nl>
Mon, 26 Nov 2018 15:27:54 +0000 (17:27 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Wed, 5 Dec 2018 17:39:00 +0000 (18:39 +0100)
The axp20x_usb_power driver uses BIT() operations but lacks the include
for it. Include the bitops.h header file.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Priit Laes <plaes@plaes.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/axp20x_usb_power.c

index 42001df..f52fe77 100644 (file)
@@ -10,6 +10,7 @@
  * option) any later version.
  */
 
+#include <linux/bitops.h>
 #include <linux/device.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>