diff options
Diffstat (limited to 'board/esd/du405/du405.c')
| -rw-r--r-- | board/esd/du405/du405.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/esd/du405/du405.c b/board/esd/du405/du405.c index e0faa77ca..b1362a869 100644 --- a/board/esd/du405/du405.c +++ b/board/esd/du405/du405.c @@ -24,8 +24,8 @@  #include <common.h>  #include "du405.h"  #include <asm/processor.h> -#include <ppc4xx.h> -#include <4xx_i2c.h> +#include <asm/ppc4xx.h> +#include <asm/ppc4xx-i2c.h>  #include <command.h>  DECLARE_GLOBAL_DATA_PTR; |