Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Vinod Koul and committed by
Bjorn Andersson
96ea2a42 737a2267

+1
+1
drivers/clk/qcom/turingcc-qcs404.c
··· 4 4 */ 5 5 6 6 #include <linux/bitops.h> 7 + #include <linux/clk-provider.h> 7 8 #include <linux/err.h> 8 9 #include <linux/platform_device.h> 9 10 #include <linux/module.h>