Commit d5b4c8b9 authored by Mark Brown's avatar Mark Brown

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: default avatarMark Brown <broonie@kernel.org>
parent 0b9a0789
......@@ -4,6 +4,7 @@
* Copyright (c) 2022, Linaro Ltd.
*/
#include <linux/bitfield.h>
#include <linux/gpio/consumer.h>
#include <linux/i2c.h>
#include <linux/module.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment