Commit f9b08d9c authored by Ralf Baechle's avatar Ralf Baechle

MIPS: Remove useless initialization.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 756cca61
......@@ -127,7 +127,6 @@ static void __init ath79_misc_irq_init(void)
for (i = ATH79_MISC_IRQ_BASE;
i < ATH79_MISC_IRQ_BASE + ATH79_MISC_IRQ_COUNT; i++) {
irq_desc[i].status = IRQ_DISABLED;
set_irq_chip_and_handler(i, &ath79_misc_irq_chip,
handle_level_irq);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment