summaryrefslogtreecommitdiff
path: root/target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c')
-rw-r--r--target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c b/target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c
index c5062ba..ac52d9e 100644
--- a/target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c
+++ b/target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c
@@ -62,8 +62,6 @@ asmlinkage void ar5312_irq_dispatch(void)
} else if (pending & CAUSEF_IP7) {
do_IRQ(AR531X_IRQ_CPU_CLOCK);
}
- else
- do_IRQ(AR531X_IRQ_NONE);
}