Skip to content

Commit 1fc8887

Browse files
vinodkoulandersson
authored andcommitted
clk: qcom: gcc-sm6350: 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 <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d7a49c8 commit 1fc8887

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/qcom/gcc-sm6350.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Copyright (c) 2021, Konrad Dybcio <[email protected]>
55
*/
66

7+
#include <linux/clk-provider.h>
78
#include <linux/module.h>
89
#include <linux/platform_device.h>
910
#include <linux/regmap.h>

0 commit comments

Comments
 (0)