mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 06:43:09 +00:00
MIPS: Remove useless initialization.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
756cca61a7
commit
f9b08d9c60
@ -127,7 +127,6 @@ static void __init ath79_misc_irq_init(void)
|
|||||||
|
|
||||||
for (i = ATH79_MISC_IRQ_BASE;
|
for (i = ATH79_MISC_IRQ_BASE;
|
||||||
i < ATH79_MISC_IRQ_BASE + ATH79_MISC_IRQ_COUNT; i++) {
|
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,
|
set_irq_chip_and_handler(i, &ath79_misc_irq_chip,
|
||||||
handle_level_irq);
|
handle_level_irq);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user