From: Mark Brown Date: Thu, 26 Jan 2023 22:51:39 +0000 (+0000) Subject: regulator: max20411: Directly include bitfield.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d5b4c8b909f5670e292fa655b22e3d35bf699c46;p=linux.git 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 --- diff --git a/drivers/regulator/max20411-regulator.c b/drivers/regulator/max20411-regulator.c index 69f04cbe69f14..b4faad54c4589 100644 --- a/drivers/regulator/max20411-regulator.c +++ b/drivers/regulator/max20411-regulator.c @@ -4,6 +4,7 @@ * Copyright (c) 2022, Linaro Ltd. */ +#include #include #include #include