clk: qcom: q6sstop-qcs404: explicitly include clk-provider.h
authorVinod Koul <vkoul@kernel.org>
Wed, 15 Dec 2021 11:38:02 +0000 (17:08 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 21 Dec 2021 05:14:50 +0000 (23:14 -0600)
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-8-vkoul@kernel.org
drivers/clk/qcom/q6sstop-qcs404.c

index 507386bee07dc6fc1577ef98c02bffb7f99d999d..780074e05841bcbfd547fd3a655030135e42bdf0 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <linux/bitops.h>
+#include <linux/clk-provider.h>
 #include <linux/err.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>