[U-Boot] [PATCH] CPCI750: fix compile problem
Wolfgang Denk
wd at denx.de
Sat Jul 18 15:08:11 CEST 2009
Commit bc0d3296 removed ppc_error_no.h from Marvell boards
but forgot to update board/esd/cpci750/mv_eth.h
Signed-off-by: Wolfgang Denk <wd at denx.de>
---
board/esd/cpci750/mv_eth.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/esd/cpci750/mv_eth.h b/board/esd/cpci750/mv_eth.h
index c57e679..b761135 100644
--- a/board/esd/cpci750/mv_eth.h
+++ b/board/esd/cpci750/mv_eth.h
@@ -37,7 +37,7 @@
#include <common.h>
#include <net.h>
#include "mv_regs.h"
-#include "../../Marvell/common/ppc_error_no.h"
+#include <asm/errno.h>
/*************************************************************************
--
1.6.0.6
More information about the U-Boot
mailing list