ARM: imx: imx31moboard: Include "board-mx31moboard.h" header file
authorMarco Franchi <marco.franchi@nxp.com>
Mon, 25 Sep 2017 18:55:56 +0000 (15:55 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 13 Oct 2017 06:43:56 +0000 (14:43 +0800)
commitfa5f66c9387033e9d600df91040b35f0691dc058
tree28875b18e72250a75255c93955954a771cb70d99
parent5cd6bc681582e283661be6c16034b6493b9a8683
ARM: imx: imx31moboard: Include "board-mx31moboard.h" header file

The following build warnings are seen with W=1:

warning: no previous prototype for ‘mx31moboard_devboard_init’
[-Wmissing-prototypes] void __init mx31moboard_devboard_init(void)
warning: no previous prototype for ‘mx31moboard_marxbot_init’
[-Wmissing-prototypes] void __init mx31moboard_marxbot_init(void)

Fix these warnings by including "board-mx31moboard.h".

Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mx31moboard-devboard.c
arch/arm/mach-imx/mx31moboard-marxbot.c