aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8xx/interrupts.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/interrupts.c
parentfa894a36a9090c53050cf0e9cf186c4521209974 (diff)
downloadu-boot-80ac19fd56fecdb88c2d34b38a42639be81fa2a5.zip
u-boot-80ac19fd56fecdb88c2d34b38a42639be81fa2a5.tar.gz
u-boot-80ac19fd56fecdb88c2d34b38a42639be81fa2a5.tar.bz2
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/interrupts.c')
-rw-r--r--arch/powerpc/cpu/mpc8xx/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/interrupts.c b/arch/powerpc/cpu/mpc8xx/interrupts.c
index eef1951..babef07 100644
--- a/arch/powerpc/cpu/mpc8xx/interrupts.c
+++ b/arch/powerpc/cpu/mpc8xx/interrupts.c
@@ -4,7 +4,7 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
-#include <common.h>
+#include <stdio.h>
#include <irq_func.h>
#include <mpc8xx.h>
#include <mpc8xx_irq.h>