avr: Cleanup genirq namespace
[deliverable/linux.git] / arch / avr32 / boards / atngw100 / setup.c
index 659d119ce7129e03bc9b3f819f3a8595a2b8b3a6..fafed4c38fd25c18989661edcd1150b5dd3a5b4f 100644 (file)
@@ -322,6 +322,6 @@ static int __init atngw100_arch_init(void)
        /* set_irq_type() after the arch_initcall for EIC has run, and
         * before the I2C subsystem could try using this IRQ.
         */
-       return set_irq_type(AT32_EXTINT(3), IRQ_TYPE_EDGE_FALLING);
+       return irq_set_irq_type(AT32_EXTINT(3), IRQ_TYPE_EDGE_FALLING);
 }
 arch_initcall(atngw100_arch_init);
This page took 0.024463 seconds and 5 git commands to generate.