Skip to content

Commit 3b00b04

Browse files
geertuvineetgarc
authored andcommitted
ARC: Replace <linux/clk-provider.h> by <linux/of_clk.h>
The ARC 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]> Signed-off-by: Vineet Gupta <[email protected]>
1 parent 0acdf63 commit 3b00b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arc/kernel/setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
#include <linux/delay.h>
99
#include <linux/root_dev.h>
1010
#include <linux/clk.h>
11-
#include <linux/clk-provider.h>
1211
#include <linux/clocksource.h>
1312
#include <linux/console.h>
1413
#include <linux/module.h>
1514
#include <linux/cpu.h>
15+
#include <linux/of_clk.h>
1616
#include <linux/of_fdt.h>
1717
#include <linux/of.h>
1818
#include <linux/cache.h>

0 commit comments

Comments
 (0)