Skip to content

Commit e167a59

Browse files
geertuMichal Simek
authored andcommitted
microblaze: Replace <linux/clk-provider.h> by <linux/of_clk.h>
The MicroBlaze 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: Michal Simek <[email protected]>
1 parent 3650b22 commit e167a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/microblaze/kernel/setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
#include <linux/init.h>
12-
#include <linux/clk-provider.h>
12+
#include <linux/of_clk.h>
1313
#include <linux/clocksource.h>
1414
#include <linux/string.h>
1515
#include <linux/seq_file.h>

0 commit comments

Comments
 (0)