Skip to content

Commit 2374b06

Browse files
Ben DooksRussell King
authored andcommitted
ARM: 8581/1: add missing <asm/prom.h> to arch/arm/kernel/devtree.c
Fix the following warnings by including declarations from <asm/prom.h>: arch/arm/kernel/devtree.c:69:13: warning: symbol 'arm_dt_init_cpu_maps' was not declared. Should it be static? arch/arm/kernel/devtree.c:210:27: warning: symbol 'setup_machine_fdt' was not declared. Should it be static? Signed-off-by: Ben Dooks <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent c6bbfbb commit 2374b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/kernel/devtree.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <asm/cputype.h>
2424
#include <asm/setup.h>
2525
#include <asm/page.h>
26+
#include <asm/prom.h>
2627
#include <asm/smp_plat.h>
2728
#include <asm/mach/arch.h>
2829
#include <asm/mach-types.h>

0 commit comments

Comments
 (0)