diff options
Diffstat (limited to 'board/w7o/init.S')
-rw-r--r-- | board/w7o/init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/w7o/init.S b/board/w7o/init.S index 5477f98..b3aadca 100644 --- a/board/w7o/init.S +++ b/board/w7o/init.S @@ -22,7 +22,7 @@ * *****************************************************************************/ #include <config.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h> #define _LINUX_CONFIG_H 1 /* avoid reading Linux autoconf.h file */ |