From: Stephen Boyd Date: Thu, 23 Feb 2023 01:36:42 +0000 (-0800) Subject: clk: qcom: apcs-msm8986: Include bitfield.h for FIELD_PREP X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=90039f3773f688922ca267c3e925f61ad6f28e22;p=linux.git clk: qcom: apcs-msm8986: Include bitfield.h for FIELD_PREP Otherwise some configurations fail. Fixes: 027726365906 ("clk: qcom: add the driver for the MSM8996 APCS clocks") Link: https://lore.kernel.org/r/20230223013847.1218900-1-sboyd@kernel.org Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/qcom/apcs-msm8996.c b/drivers/clk/qcom/apcs-msm8996.c index 7ec4022c5b43c..3e91e9e6da74a 100644 --- a/drivers/clk/qcom/apcs-msm8996.c +++ b/drivers/clk/qcom/apcs-msm8996.c @@ -7,6 +7,7 @@ */ #include +#include #include #include #include