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 fb39c841690..f5c52c95c93 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" |