Skip to content

Commit 37aed36

Browse files
geertummind
authored andcommitted
ARM: rockchip: Replace <linux/clk-provider.h> by <linux/of_clk.h>
The Rockchip platform code is not a clock provider, and just needs to call of_clk_init(). Hence it can include <linux/of_clk.h> instead of <linux/clk-provider.h>. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 8f3d9f3 commit 37aed36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-rockchip/rockchip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#include <linux/kernel.h>
1010
#include <linux/init.h>
1111
#include <linux/io.h>
12+
#include <linux/of_clk.h>
1213
#include <linux/of_platform.h>
1314
#include <linux/irqchip.h>
14-
#include <linux/clk-provider.h>
1515
#include <linux/clocksource.h>
1616
#include <linux/mfd/syscon.h>
1717
#include <linux/regmap.h>

0 commit comments

Comments
 (0)