summaryrefslogtreecommitdiff
path: root/arch/arm/imx-common/cpu.c
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:57:52 +0200
committerTom Rini <trini@ti.com>2014-10-25 15:27:35 -0400
commit5624c6bd4e58631d6c250cee66142a8d5ac24f30 (patch)
tree66295bd2c28248a915ba987470ed3f2bfef4fc0f /arch/arm/imx-common/cpu.c
parent73063c0422e6c5011fbe660826933100dd491322 (diff)
downloadu-boot-imx-5624c6bd4e58631d6c250cee66142a8d5ac24f30.zip
u-boot-imx-5624c6bd4e58631d6c250cee66142a8d5ac24f30.tar.gz
u-boot-imx-5624c6bd4e58631d6c250cee66142a8d5ac24f30.tar.bz2
imx: add missing includes
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'arch/arm/imx-common/cpu.c')
-rw-r--r--arch/arm/imx-common/cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-common/cpu.c
index ed826a0..09fc227 100644
--- a/arch/arm/imx-common/cpu.c
+++ b/arch/arm/imx-common/cpu.c
@@ -7,7 +7,9 @@
* SPDX-License-Identifier: GPL-2.0+
*/
+#include <bootm.h>
#include <common.h>
+#include <netdev.h>
#include <asm/errno.h>
#include <asm/io.h>
#include <asm/arch/imx-regs.h>