diff options
Diffstat (limited to 'cpu/ppc4xx/4xx_pcie.c')
| -rw-r--r-- | cpu/ppc4xx/4xx_pcie.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/ppc4xx/4xx_pcie.c b/cpu/ppc4xx/4xx_pcie.c index f3b921477..10b58b711 100644 --- a/cpu/ppc4xx/4xx_pcie.c +++ b/cpu/ppc4xx/4xx_pcie.c @@ -29,7 +29,7 @@  #include <pci.h>  #include <ppc4xx.h>  #include <asm/processor.h> -#include <asm-ppc/io.h> +#include <asm/io.h>  #include <asm/errno.h>  #if (defined(CONFIG_440SPE) || defined(CONFIG_405EX) ||	\ |