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

clk: qcom: lpasscc-sdm845: 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-6-vkoul@kernel.org

authored by

Vinod Koul and committed by
Bjorn Andersson
3333607b 27f239a4

+1
+1
drivers/clk/qcom/lpasscc-sdm845.c
··· 3 3 * Copyright (c) 2018, The Linux Foundation. All rights reserved. 4 4 */ 5 5 6 + #include <linux/clk-provider.h> 6 7 #include <linux/platform_device.h> 7 8 #include <linux/module.h> 8 9 #include <linux/of_address.h>