upgrade atheros targets to 2.6.22.1
[openwrt/staging/wigyori.git] / target / linux / atheros-2.6 / files / arch / mips / atheros / ar5315 / irq.c
index 3713ebd660cd0bafa392ae4fcc4d28b585c597c4..eb2e1a7ae1a9b256ab1c6b8d141f011088e018cf 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",
 };