diff options
Diffstat (limited to 'board/phytec/pcm030/pcm030.c')
| -rw-r--r-- | board/phytec/pcm030/pcm030.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/phytec/pcm030/pcm030.c b/board/phytec/pcm030/pcm030.c index 416d3070b..77ce3899e 100644 --- a/board/phytec/pcm030/pcm030.c +++ b/board/phytec/pcm030/pcm030.c @@ -30,7 +30,7 @@  #include <common.h>  #include <mpc5xxx.h>  #include <pci.h> -#include <asm-ppc/io.h> +#include <asm/io.h>  #include "mt46v32m16-75.h" |