From 6e897a661fb9968ce354165a12cce82e4b889e04 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sat, 18 Jul 2009 15:05:44 +0200 Subject: CPCI750: fix compile problem 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 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 #include #include "mv_regs.h" -#include "../../Marvell/common/ppc_error_no.h" +#include /************************************************************************* -- cgit v0.10.2