diff options
Diffstat (limited to 'board/jse/jse.c')
| -rw-r--r-- | board/jse/jse.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/jse/jse.c b/board/jse/jse.c index fb39c8416..f5c52c95c 100644 --- a/board/jse/jse.c +++ b/board/jse/jse.c @@ -19,7 +19,7 @@   */  # include  <common.h> -# include  <ppc4xx.h> +# include  <asm/ppc4xx.h>  # include  <asm/processor.h>  # include  <asm/io.h>  # include  "jse_priv.h" |