Skip to content

Commit 96ea2a4

Browse files
vinodkoulandersson
authored andcommitted
clk: qcom: turingcc-qcs404: explicitly include clk-provider.h
Per Stephen, clk providers need to include clk-provider.h, so include in this driver as well Signed-off-by: Vinod Koul <vkoul@kernel.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211215113803.620032-9-vkoul@kernel.org
1 parent 737a226 commit 96ea2a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/qcom/turingcc-qcs404.c

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

66
#include <linux/bitops.h>
7+
#include <linux/clk-provider.h>
78
#include <linux/err.h>
89
#include <linux/platform_device.h>
910
#include <linux/module.h>

0 commit comments

Comments
 (0)