From: NĂ­colas F. R. A. Prado Date: Mon, 29 Aug 2022 20:44:39 +0000 (-0400) Subject: soc: mediatek: mtk-svs: Explicitly include bitfield header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9d0d887ac7e5a32834cda4f305e1875fccaf67ff;p=linux.git soc: mediatek: mtk-svs: Explicitly include bitfield header Commit a92438c5a30a ("soc: mediatek: mtk-svs: Use bitfield access macros where possible") introduced the use of FIELD_GET and FIELD_PREP macros, which are defined in the bitfield header. Add an explicit include for it so we're sure to have the symbols defined independently of the config. Fixes: a92438c5a30a ("soc: mediatek: mtk-svs: Use bitfield access macros where possible") Reported-by: kernel test robot Signed-off-by: NĂ­colas F. R. A. Prado Reviewed-by: AngeloGioacchino Del Regno Link: https://lore.kernel.org/r/20220829204439.3748648-1-nfraprado@collabora.com Signed-off-by: Matthias Brugger --- diff --git a/drivers/soc/mediatek/mtk-svs.c b/drivers/soc/mediatek/mtk-svs.c index da1a3bfc86333..0469c9dfeb04e 100644 --- a/drivers/soc/mediatek/mtk-svs.c +++ b/drivers/soc/mediatek/mtk-svs.c @@ -3,6 +3,7 @@ * Copyright (C) 2022 MediaTek Inc. */ +#include #include #include #include