summaryrefslogtreecommitdiff
path: root/drivers/clk/qcom/apcs-msm8996.c
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2023-02-23 04:36:42 +0300
committerStephen Boyd <sboyd@kernel.org>2023-02-23 04:38:56 +0300
commit90039f3773f688922ca267c3e925f61ad6f28e22 (patch)
tree66268f1cff85fe058525bfc53315635c5e9dd05a /drivers/clk/qcom/apcs-msm8996.c
parent5270c7a244b457357441281e609c741cbec8ead7 (diff)
downloadlinux-90039f3773f688922ca267c3e925f61ad6f28e22.tar.xz
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 <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/apcs-msm8996.c')
-rw-r--r--drivers/clk/qcom/apcs-msm8996.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/apcs-msm8996.c b/drivers/clk/qcom/apcs-msm8996.c
index 7ec4022c5b43..3e91e9e6da74 100644
--- a/drivers/clk/qcom/apcs-msm8996.c
+++ b/drivers/clk/qcom/apcs-msm8996.c
@@ -7,6 +7,7 @@
*/
#include <linux/bits.h>
+#include <linux/bitfield.h>
#include <linux/clk-provider.h>
#include <linux/delay.h>
#include <linux/module.h>