power: supply: axp20x: add missing include bitops.h

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>
This commit is contained in:
Olliver Schinagl 2018-11-26 17:27:54 +02:00 committed by Sebastian Reichel
parent bd82ef0838
commit 57428f6f8a
1 changed files with 1 additions and 0 deletions

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