[PATCH] ARM: fixup irqflags breakage after ARM genirq merge
[deliverable/linux.git] / arch / arm / mach-s3c2410 / time.c
index c153c49c75dc384b06055c5843c9f959294c87c4..00d1cfca971287f175bc27ed60ff76a121fe6153 100644 (file)
@@ -138,7 +138,7 @@ s3c2410_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
 
 static struct irqaction s3c2410_timer_irq = {
        .name           = "S3C2410 Timer Tick",
-       .flags          = SA_INTERRUPT | SA_TIMER,
+       .flags          = IRQF_DISABLED | IRQF_TIMER,
        .handler        = s3c2410_timer_interrupt,
 };
 
This page took 0.033531 seconds and 5 git commands to generate.