Skip to content

Commit 90039f3

Browse files
committed
clk: qcom: apcs-msm8986: Include bitfield.h for FIELD_PREP
Otherwise some configurations fail. Fixes: 0277263 ("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]>
1 parent 5270c7a commit 90039f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/qcom/apcs-msm8996.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
#include <linux/bits.h>
10+
#include <linux/bitfield.h>
1011
#include <linux/clk-provider.h>
1112
#include <linux/delay.h>
1213
#include <linux/module.h>

0 commit comments

Comments
 (0)