aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinod Koul <[email protected]>2021-12-15 11:37:58 +0000
committerBjorn Andersson <[email protected]>2021-12-21 05:14:50 +0000
commit1fc8887c04b28d294b71b802fca29a5fa667d7fa (patch)
treee3b23fb885caa994bd78b63a3a356f4d3528b511
parentclk: qcom: gcc-msm8994: explicitly include clk-provider.h (diff)
downloadkernel-1fc8887c04b28d294b71b802fca29a5fa667d7fa.tar.gz
kernel-1fc8887c04b28d294b71b802fca29a5fa667d7fa.zip
clk: qcom: gcc-sm6350: 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 <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/clk/qcom/gcc-sm6350.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/gcc-sm6350.c b/drivers/clk/qcom/gcc-sm6350.c
index 3236706771b1..a4f7fba70393 100644
--- a/drivers/clk/qcom/gcc-sm6350.c
+++ b/drivers/clk/qcom/gcc-sm6350.c
@@ -4,6 +4,7 @@
* Copyright (c) 2021, Konrad Dybcio <[email protected]>
*/
+#include <linux/clk-provider.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>