From 8991fed97dbd5fe79354b533b32c78742a126d02 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 Oct 2023 19:03:58 -0400 Subject: mips: Remove common.h usage We can remove common.h from most cases of the code here, and only a few places need an additional header instead. Signed-off-by: Tom Rini --- arch/mips/cpu/interrupts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/mips/cpu/interrupts.c') diff --git a/arch/mips/cpu/interrupts.c b/arch/mips/cpu/interrupts.c index b3ba9aaeae..f7f9a185ed 100644 --- a/arch/mips/cpu/interrupts.c +++ b/arch/mips/cpu/interrupts.c @@ -4,7 +4,6 @@ * Wolfgang Denk, DENX Software Engineering, */ -#include #include int interrupt_init(void) -- cgit v1.2.3