Skip to content

Commit 1ce0b58

Browse files
committed
ARC: fix linux-next build breakage
| ~/linux/arch/arc/kernel/setup.c: In function show_cpuinfo: | ~/linux/arch/arc/kernel/setup.c:463:9: error: implicit declaration of function of_find_node_by_name [-Werror=implicit-function-declaration] | struct device_node *core_clk = of_find_node_by_name(NULL, "core_clk"); Reported-by: Anton Kolesov <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
1 parent 92d21ac commit 1ce0b58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arc/kernel/setup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <linux/module.h>
1515
#include <linux/cpu.h>
1616
#include <linux/of_fdt.h>
17+
#include <linux/of.h>
1718
#include <linux/of_platform.h>
1819
#include <linux/cache.h>
1920
#include <asm/sections.h>

0 commit comments

Comments
 (0)