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

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 <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-4-vkoul@kernel.org

authored by

Vinod Koul and committed by
Bjorn Andersson
1fc8887c d7a49c8d

+1
+1
drivers/clk/qcom/gcc-sm6350.c
··· 4 4 * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org> 5 5 */ 6 6 7 + #include <linux/clk-provider.h> 7 8 #include <linux/module.h> 8 9 #include <linux/platform_device.h> 9 10 #include <linux/regmap.h>