[amazon] Apply patch 200-fix_deprecated_interrupt_definations.patch directly
[openwrt-10.03/.git] / target / linux / amazon / files / arch / mips / amazon / setup.c
index 45ff2544fc3f937e367b0861bdddcca3309e2850..8c3c86c0fa8b82e98ca8711d5b9535a583d7bcc3 100644 (file)
@@ -107,7 +107,7 @@ static void amazon_timer6_interrupt(int irq, void *dev_id)
 
 static struct irqaction hrt_irqaction = {
        .handler = amazon_timer6_interrupt,
-       .flags = SA_INTERRUPT,
+       .flags = IRQF_DISABLED,
        .name = "hrt",
 };