diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2023-11-06 19:12:04 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-16 18:53:09 -0500 |
commit | 80ac19fd56fecdb88c2d34b38a42639be81fa2a5 (patch) | |
tree | d2b9298feccd4442a2895470b922a2c107988867 /arch/powerpc/cpu/mpc8xx/cpu_init.c | |
parent | fa894a36a9090c53050cf0e9cf186c4521209974 (diff) |
powerpc: mpc8xx: Remove usage of common.h
Remove inclusion of common.h and add relevant
includes when necessary.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx/cpu_init.c')
-rw-r--r-- | arch/powerpc/cpu/mpc8xx/cpu_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/cpu_init.c b/arch/powerpc/cpu/mpc8xx/cpu_init.c index feef792ee7..aac4203a6e 100644 --- a/arch/powerpc/cpu/mpc8xx/cpu_init.c +++ b/arch/powerpc/cpu/mpc8xx/cpu_init.c @@ -4,7 +4,6 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ -#include <common.h> #include <init.h> #include <watchdog.h> |