asm/interrupt.h is repeatedly in the file interrupt.c. Signed-off-by: zhouchuangao <[email protected]> --- arch/powerpc/kernel/interrupt.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/powerpc/kernel/interrupt.c b/arch/powerpc/kernel/interrupt.c index c475a22..6deaccc 100644 --- a/arch/powerpc/kernel/interrupt.c +++ b/arch/powerpc/kernel/interrupt.c @@ -9,7 +9,6 @@ #include <asm/cputime.h> #include <asm/interrupt.h> #include <asm/hw_irq.h> -#include <asm/interrupt.h> #include <asm/kprobes.h> #include <asm/paca.h> #include <asm/ptrace.h> -- 2.7.4

