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

clk: qcom: q6sstop-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: 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-8-vkoul@kernel.org
parent 5bcc2521
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
 */

#include <linux/bitops.h>
#include <linux/clk-provider.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/platform_device.h>