Commit d7a49c8d authored by Vinod Koul's avatar Vinod Koul Committed by Bjorn Andersson
Browse files

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: default avatarVinod Koul <vkoul@kernel.org>
Reviewed-by: default avatarStephen Boyd <sboyd@kernel.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211215113803.620032-3-vkoul@kernel.org
parent 33aa94fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
/* Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
 */

#include <linux/clk-provider.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/err.h>