Skip to content

Commit 5bcc252

Browse files
vinodkoulandersson
authored andcommitted
clk: qcom: mmcc-apq8084: 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-7-vkoul@kernel.org
1 parent 3333607 commit 5bcc252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/qcom/mmcc-apq8084.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
44
*/
55

6+
#include <linux/clk-provider.h>
67
#include <linux/kernel.h>
78
#include <linux/platform_device.h>
89
#include <linux/module.h>

0 commit comments

Comments
 (0)