]> Git Repo - linux.git/commitdiff
clk: qcom: apcs-msm8986: Include bitfield.h for FIELD_PREP
authorStephen Boyd <[email protected]>
Thu, 23 Feb 2023 01:36:42 +0000 (17:36 -0800)
committerStephen Boyd <[email protected]>
Thu, 23 Feb 2023 01:38:56 +0000 (17:38 -0800)
Otherwise some configurations fail.

Fixes: 027726365906 ("clk: qcom: add the driver for the MSM8996 APCS clocks")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/qcom/apcs-msm8996.c

index 7ec4022c5b43c41f90918077a34cb9ef93be90d5..3e91e9e6da74a5a847b8ded2f888c4e544058bf2 100644 (file)
@@ -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>
This page took 0.056545 seconds and 4 git commands to generate.