upgrade atheros targets to 2.6.22.1
[openwrt.git] / target / linux / atheros-2.6 / files / arch / mips / atheros / ar5315 / irq.c
index 3713ebd..eb2e1a7 100644 (file)
@@ -288,14 +288,14 @@ static irqreturn_t ar5315_ahb_proc_handler(int cpl, void *dev_id)
 
 static struct irqaction ar5315_ahb_proc_interrupt  = {
        .handler        = ar5315_ahb_proc_handler,
-       .flags          = SA_INTERRUPT,
+       .flags          = IRQF_DISABLED,
        .name           = "ar5315_ahb_proc_interrupt",
 };
 
 
 static struct irqaction cascade  = {
        .handler        = no_action,
-       .flags          = SA_INTERRUPT,
+       .flags          = IRQF_DISABLED,
        .name           = "cascade",
 };