diff options
Diffstat (limited to 'board/csb272')
| -rw-r--r-- | board/csb272/csb272.c | 2 | ||||
| -rw-r--r-- | board/csb272/init.S | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/board/csb272/csb272.c b/board/csb272/csb272.c index 1ed3e1b6a..e248aa752 100644 --- a/board/csb272/csb272.c +++ b/board/csb272/csb272.c @@ -25,7 +25,7 @@  #include <asm/processor.h>  #include <i2c.h>  #include <miiphy.h> -#include <ppc4xx_enet.h> +#include <asm/ppc4xx-emac.h>  void sdram_init(void); diff --git a/board/csb272/init.S b/board/csb272/init.S index a6b0d4045..82c6fdb96 100644 --- a/board/csb272/init.S +++ b/board/csb272/init.S @@ -22,7 +22,7 @@   *   *****************************************************************************/  #include <config.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #define _LINUX_CONFIG_H 1	/* avoid reading Linux autoconf.h file	*/ |