diff options
Diffstat (limited to 'post')
-rw-r--r-- | post/cpu/mpc83xx/ecc.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/cpu.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/post/cpu/mpc83xx/ecc.c b/post/cpu/mpc83xx/ecc.c index 03b6d65fe9..65a490d357 100644 --- a/post/cpu/mpc83xx/ecc.c +++ b/post/cpu/mpc83xx/ecc.c @@ -9,6 +9,7 @@ */ #include <common.h> +#include <cpu_func.h> #include <mpc83xx.h> #include <watchdog.h> #include <asm/io.h> diff --git a/post/lib_powerpc/cpu.c b/post/lib_powerpc/cpu.c index 6713039330..8506fd6b71 100644 --- a/post/lib_powerpc/cpu.c +++ b/post/lib_powerpc/cpu.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <cpu_func.h> /* * CPU test |