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)
commit57428f6f8ace92ed6eb64591bcff453b161e06e3
tree239a9067535dd3aaa5a7c19000b865860867a515
parentbd82ef08382f8b4b8ff476ece065f14b1e8f47e5
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>
drivers/power/supply/axp20x_usb_power.c