imx: add missing includes

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
Jeroen Hofstee 2014-10-08 22:57:52 +02:00 committed by Tom Rini
parent 73063c0422
commit 5624c6bd4e
3 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <common.h>
#include <asm/armv7.h>
#include <asm/bootm.h>
#include <asm/pl310.h>
#include <asm/errno.h>
#include <asm/io.h>

View File

@ -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>

View File

@ -5,6 +5,7 @@
*/
#include <common.h>
#include <asm/arch/sys_proto.h>
#include <asm/errno.h>
#include <asm/io.h>
#include <asm/imx-common/regs-common.h>