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/cache.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/cache.c')
-rw-r--r-- | arch/powerpc/cpu/mpc8xx/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/cache.c b/arch/powerpc/cpu/mpc8xx/cache.c index 41559009cac..525c87f37cd 100644 --- a/arch/powerpc/cpu/mpc8xx/cache.c +++ b/arch/powerpc/cpu/mpc8xx/cache.c @@ -4,7 +4,6 @@ * Christophe Leroy, CS Systemes d'Information, christophe.leroy@c-s.fr */ -#include <common.h> #include <cpu_func.h> #include <asm/processor.h> #include <asm/ppc.h> |