From d5b4c8b909f5670e292fa655b22e3d35bf699c46 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 26 Jan 2023 22:51:39 +0000 Subject: [PATCH] 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 --- drivers/regulator/max20411-regulator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/max20411-regulator.c b/drivers/regulator/max20411-regulator.c index 69f04cb..b4faad5 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 -- 2.7.4