diff options
| author | Vinod Koul <[email protected]> | 2021-12-15 17:08:03 +0530 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2021-12-20 23:14:50 -0600 |
| commit | 96ea2a4291343613a7c2da03c03f23dc259171ff (patch) | |
| tree | fd1ba711ff4e260664146abbabbee94333bb79a7 | |
| parent | 737a2267581ac145db337081ae6fbf9f62feb47b (diff) | |
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 <[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/turingcc-qcs404.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/turingcc-qcs404.c b/drivers/clk/qcom/turingcc-qcs404.c index 4543bda793f4..43184459228f 100644 --- a/drivers/clk/qcom/turingcc-qcs404.c +++ b/drivers/clk/qcom/turingcc-qcs404.c @@ -4,6 +4,7 @@ */ #include <linux/bitops.h> +#include <linux/clk-provider.h> #include <linux/err.h> #include <linux/platform_device.h> #include <linux/module.h> |