projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5270c7a
)
clk: qcom: apcs-msm8986: Include bitfield.h for FIELD_PREP
author
Stephen Boyd
<sboyd@kernel.org>
Thu, 23 Feb 2023 01:36:42 +0000
(17:36 -0800)
committer
Stephen Boyd
<sboyd@kernel.org>
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/20230223013847.1218900-1-sboyd@kernel.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/apcs-msm8996.c
patch
|
blob
|
history
diff --git
a/drivers/clk/qcom/apcs-msm8996.c
b/drivers/clk/qcom/apcs-msm8996.c
index 7ec4022c5b43c41f90918077a34cb9ef93be90d5..3e91e9e6da74a5a847b8ded2f888c4e544058bf2 100644
(file)
--- 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>