diff options
Diffstat (limited to 'board/gdsys/gdppc440etx/gdppc440etx.c')
| -rw-r--r-- | board/gdsys/gdppc440etx/gdppc440etx.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/gdsys/gdppc440etx/gdppc440etx.c b/board/gdsys/gdppc440etx/gdppc440etx.c index ecbc3c3d1..328eb95aa 100644 --- a/board/gdsys/gdppc440etx/gdppc440etx.c +++ b/board/gdsys/gdppc440etx/gdppc440etx.c @@ -26,7 +26,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  #include <asm/io.h>  #include <asm/4xx_pci.h> |