]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5c62fedbf37b765efdeba5662c25bd0e644ded3c
tree239a9067535dd3aaa5a7c19000b865860867a515
parenta012cc91123ab7bf12cf501b1b07a35cc234c1c5
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