]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
PXA: Fix missing includes
authorMarek Vasut <marek.vasut@gmail.com>
Sun, 8 Aug 2010 13:55:51 +0000 (15:55 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 8 Aug 2010 23:15:21 +0000 (01:15 +0200)
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
board/colibri_pxa270/colibri_pxa270.c
board/vpac270/vpac270.c

index d3822f03b960278b24262ae3aaa5a1671a8e52ec..84ec38e4a22966692b1336c63043edc6bb518d81 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <common.h>
 #include <asm/arch/hardware.h>
+#include <netdev.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 48e93ab0d03a3e944c9e2d1e9e80209d0d6ae675..18e47e2212b67da8c2f578b16a6671257ee83a5e 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <common.h>
 #include <asm/arch/hardware.h>
+#include <netdev.h>
 
 DECLARE_GLOBAL_DATA_PTR;