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

clk: qcom: gcc-msm8994: 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-3-vkoul@kernel.org

authored by

Vinod Koul and committed by
Bjorn Andersson
d7a49c8d 33aa94fd

+1
+1
drivers/clk/qcom/gcc-msm8994.c
··· 2 2 /* Copyright (c) 2013-2016, The Linux Foundation. All rights reserved. 3 3 */ 4 4 5 + #include <linux/clk-provider.h> 5 6 #include <linux/kernel.h> 6 7 #include <linux/init.h> 7 8 #include <linux/err.h>