ARM: OMAP: Sync clocks with linux-omap tree
[sfrench/cifs-2.6.git] / arch / arm / plat-omap / pm.c
index 1a24e2c10714e498942cdaae1d3386af6f9f7b37..04b4102727a8f6921604c8a1355de270faa0fc40 100644 (file)
@@ -580,7 +580,7 @@ static irqreturn_t  omap_wakeup_interrupt(int  irq, void *  dev,
 
 static struct irqaction omap_wakeup_irq = {
        .name           = "peripheral wakeup",
-       .flags          = SA_INTERRUPT,
+       .flags          = IRQF_DISABLED,
        .handler        = omap_wakeup_interrupt
 };