1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 17:52:07 +02:00

PXA: Fix missing includes

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
This commit is contained in:
Marek Vasut
2010-08-08 15:55:51 +02:00
committed by Wolfgang Denk
parent 68e8a289dc
commit c7e61334bc
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#include <common.h>
#include <asm/arch/hardware.h>
#include <netdev.h>
DECLARE_GLOBAL_DATA_PTR;

View File

@@ -30,6 +30,7 @@
#include <common.h>
#include <asm/arch/hardware.h>
#include <netdev.h>
DECLARE_GLOBAL_DATA_PTR;