Skip to content

Commit 154910f

Browse files
geertumbgg
authored andcommitted
ARM: mediatek: Replace <linux/clk-provider.h> by <linux/of_clk.h>
The Mediatek 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: Matthias Brugger <[email protected]>
1 parent ff34e17 commit 154910f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-mediatek/mediatek.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <linux/io.h>
1010
#include <asm/mach/arch.h>
1111
#include <linux/of.h>
12-
#include <linux/clk-provider.h>
12+
#include <linux/of_clk.h>
1313
#include <linux/clocksource.h>
1414

1515

0 commit comments

Comments
 (0)