MIPS: Alchemy: Stop IRQ name sharing
[deliverable/linux.git] / arch / mips / alchemy / devboards / pb1000 / board_setup.c
index f1cafea186556c97ed22f5e9cf7690e05f1e605a..287d661827eb0b44768f403c74c08976863df509 100644 (file)
@@ -186,7 +186,7 @@ void __init board_setup(void)
 
 static int __init pb1000_init_irq(void)
 {
-       set_irq_type(AU1000_GPIO_15, IRQF_TRIGGER_LOW);
+       set_irq_type(AU1000_GPIO15_INT, IRQF_TRIGGER_LOW);
        return 0;
 }
 arch_initcall(pb1000_init_irq);
This page took 0.026403 seconds and 5 git commands to generate.