Skip to content

Commit d917718

Browse files
geertuwilldeacon
authored andcommitted
arm64: time: Replace <linux/clk-provider.h> by <linux/of_clk.h>
The arm64 time 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>. Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Will Deacon <[email protected]>
1 parent 74a44be commit d917718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/time.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <linux/irq.h>
2424
#include <linux/delay.h>
2525
#include <linux/clocksource.h>
26-
#include <linux/clk-provider.h>
26+
#include <linux/of_clk.h>
2727
#include <linux/acpi.h>
2828

2929
#include <clocksource/arm_arch_timer.h>

0 commit comments

Comments
 (0)