summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2014-09-30 15:40:02 -0700
committerStefano Babic <sbabic@denx.de>2014-10-21 10:47:14 +0200
commitf6d48b29cbf5950187e42cb3c108ea5d9c7adaa9 (patch)
tree49b59745f509d3ad02fdcfe417368bea755b4910 /arch/arm/cpu
parent8d196e52b58d1e50a80c2f5067b201cda521c75c (diff)
downloadblackbird-obmc-uboot-f6d48b29cbf5950187e42cb3c108ea5d9c7adaa9.tar.gz
blackbird-obmc-uboot-f6d48b29cbf5950187e42cb3c108ea5d9c7adaa9.zip
ARM: i.MX6: include prototype for get_board_rev()
Include <asm/bootm.h> to see the prototype for get_board_rev() and prevent warning "Should it be static?" with "make C=1". Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r--arch/arm/cpu/armv7/mx6/soc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c
index 6352422253..6dc26003b6 100644
--- a/arch/arm/cpu/armv7/mx6/soc.c
+++ b/arch/arm/cpu/armv7/mx6/soc.c
@@ -20,6 +20,7 @@
#include <stdbool.h>
#include <asm/arch/mxc_hdmi.h>
#include <asm/arch/crm_regs.h>
+#include <asm/bootm.h>
enum ldo_reg {
LDO_ARM,
OpenPOWER on IntegriCloud