Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit d5b4c8b

Browse files
committed
regulator: max20411: Directly include bitfield.h
The max20411 driver uses bitfield.h but does not directly include it, add an inclusion to avoid build errors in configurations which do not result in an implicit inclusion. Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 0b9a078 commit d5b4c8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/regulator/max20411-regulator.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Copyright (c) 2022, Linaro Ltd.
55
*/
66

7+
#include <linux/bitfield.h>
78
#include <linux/gpio/consumer.h>
89
#include <linux/i2c.h>
910
#include <linux/module.h>

0 commit comments

Comments
 (0)