Commit f6d48b29cbf5950187e42cb3c108ea5d9c7adaa9

Authored by Eric Nelson
Committed by Stefano Babic
1 parent 8d196e52b5

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/arm/cpu/armv7/mx6/soc.c
... ... @@ -20,6 +20,7 @@
20 20 #include <stdbool.h>
21 21 #include <asm/arch/mxc_hdmi.h>
22 22 #include <asm/arch/crm_regs.h>
  23 +#include <asm/bootm.h>
23 24  
24 25 enum ldo_reg {
25 26 LDO_ARM,