diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/common.h b/include/common.h index cc966722e..2151597b2 100644 --- a/include/common.h +++ b/include/common.h @@ -96,7 +96,7 @@ typedef volatile unsigned char	vu_char;  #include <asm/immap_83xx.h>  #endif  #ifdef	CONFIG_4xx -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #endif  #ifdef CONFIG_HYMOD  #include <board/hymod/hymod.h> |