diff options
Diffstat (limited to 'board/amcc/makalu/makalu.c')
| -rw-r--r-- | board/amcc/makalu/makalu.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/board/amcc/makalu/makalu.c b/board/amcc/makalu/makalu.c index 4afe09166..483df6627 100644 --- a/board/amcc/makalu/makalu.c +++ b/board/amcc/makalu/makalu.c @@ -22,11 +22,11 @@   */  #include <common.h> -#include <ppc4xx.h> -#include <ppc405.h> +#include <asm/ppc4xx.h> +#include <asm/ppc405.h>  #include <libfdt.h>  #include <asm/processor.h> -#include <asm/gpio.h> +#include <asm/ppc4xx-gpio.h>  #include <asm/io.h>  #include <fdt_support.h>  #include <asm/errno.h> |