summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8xx/cache.c
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2023-11-06 19:12:04 +0100
committerTom Rini <trini@konsulko.com>2023-11-16 18:53:09 -0500
commit80ac19fd56fecdb88c2d34b38a42639be81fa2a5 (patch)
treed2b9298feccd4442a2895470b922a2c107988867 /arch/powerpc/cpu/mpc8xx/cache.c
parentfa894a36a9090c53050cf0e9cf186c4521209974 (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.c1
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>