regulator: max20411: Directly include bitfield.h
authorMark Brown <broonie@kernel.org>
Thu, 26 Jan 2023 22:51:39 +0000 (22:51 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 26 Jan 2023 22:51:39 +0000 (22:51 +0000)
commitd5b4c8b909f5670e292fa655b22e3d35bf699c46
tree4ade41518403796ce00eaefdbd8369daf46491a7
parent0b9a0789e9b8fec59e7465a004e1d26ec495d000
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>
drivers/regulator/max20411-regulator.c