ARM: OMAP: Sync clocks with linux-omap tree
[sfrench/cifs-2.6.git] / arch / arm / plat-omap / pm.c
index 093efd786f211c9ffbdba88646c7485531882aed..04b4102727a8f6921604c8a1355de270faa0fc40 100644 (file)
@@ -38,6 +38,7 @@
 #include <linux/pm.h>
 #include <linux/sched.h>
 #include <linux/proc_fs.h>
+#include <linux/pm.h>
 #include <linux/interrupt.h>
 
 #include <asm/io.h>
@@ -579,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
 };