ARM: 8581/1: add missing <asm/prom.h> to arch/arm/kernel/devtree.c
authorBen Dooks <ben-linux@fluff.org>
Fri, 17 Jun 2016 17:21:07 +0000 (18:21 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Wed, 22 Jun 2016 18:55:12 +0000 (19:55 +0100)
commit2374b063c3dfbb68a40b52067eaff81510f384b1
treefd1d1e0260a873f12daefa98d18f4eb82d769150
parentc6bbfbb729e88188b7c9113d58647766db03f1d4
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 <ben.dooks@codethink.co.uk>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/devtree.c
This page took 0.026398 seconds and 5 git commands to generate.