Skip to content
Snippets Groups Projects
Commit c49fa34e authored by Diego Dorta's avatar Diego Dorta Committed by Stefano Babic
Browse files

mx6: soc: Include <asm/bootm.h> header file


When compiling with W=1 the following warning is observed:

arch/arm/mach-imx/mx6/soc.c:213:12: warning: no previous prototype for ‘get_board_rev’ [-Wmissing-prototypes] u32 __weak get_board_rev(void)

Fix the build warning by including <asm/bootm.h>.

Signed-off-by: default avatarDiego Dorta <diego.dorta@nxp.com>
parent d26e2c84
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include <asm/arch/imx-regs.h> #include <asm/arch/imx-regs.h>
#include <asm/arch/clock.h> #include <asm/arch/clock.h>
#include <asm/arch/sys_proto.h> #include <asm/arch/sys_proto.h>
#include <asm/bootm.h>
#include <asm/mach-imx/boot_mode.h> #include <asm/mach-imx/boot_mode.h>
#include <asm/mach-imx/dma.h> #include <asm/mach-imx/dma.h>
#include <asm/mach-imx/hab.h> #include <asm/mach-imx/hab.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment