summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap3/board.c
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:57:57 +0200
committerTom Rini <trini@ti.com>2014-10-25 15:27:35 -0400
commitbf8550287dbc71a1f852664565dea095fbe868ec (patch)
tree1cc23b4858d00a10828cec7c6c751d9a8b61a6cf /arch/arm/cpu/armv7/omap3/board.c
parentee3fad876981182ddbbca00c7c15bb993aac507f (diff)
downloadu-boot-imx-bf8550287dbc71a1f852664565dea095fbe868ec.zip
u-boot-imx-bf8550287dbc71a1f852664565dea095fbe868ec.tar.gz
u-boot-imx-bf8550287dbc71a1f852664565dea095fbe868ec.tar.bz2
omap3: board: add missing include and proto
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'arch/arm/cpu/armv7/omap3/board.c')
-rw-r--r--arch/arm/cpu/armv7/omap3/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap3/board.c b/arch/arm/cpu/armv7/omap3/board.c
index 08f8363..a1c5b09 100644
--- a/arch/arm/cpu/armv7/omap3/board.c
+++ b/arch/arm/cpu/armv7/omap3/board.c
@@ -17,6 +17,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
+#include <mmc.h>
#include <spl.h>
#include <asm/io.h>
#include <asm/arch/sys_proto.h>