mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 23:21:01 +00:00
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>
This commit is contained in:
parent
8d196e52b5
commit
f6d48b29cb
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue