diff options
Diffstat (limited to 'arch/powerpc/cpu/ppc4xx/cpu.c')
| -rw-r--r-- | arch/powerpc/cpu/ppc4xx/cpu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/cpu/ppc4xx/cpu.c b/arch/powerpc/cpu/ppc4xx/cpu.c index 851065cbd..39b8e2f54 100644 --- a/arch/powerpc/cpu/ppc4xx/cpu.c +++ b/arch/powerpc/cpu/ppc4xx/cpu.c @@ -35,7 +35,7 @@  #include <watchdog.h>  #include <command.h>  #include <asm/cache.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <netdev.h>  DECLARE_GLOBAL_DATA_PTR; |