diff options
Diffstat (limited to 'arch/arm/plat-omap/pm.c')
-rw-r--r-- | arch/arm/plat-omap/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/pm.c b/arch/arm/plat-omap/pm.c index 1a24e2c10714..04b4102727a8 100644 --- a/arch/arm/plat-omap/pm.c +++ b/arch/arm/plat-omap/pm.c | |||
@@ -580,7 +580,7 @@ static irqreturn_t omap_wakeup_interrupt(int irq, void * dev, | |||
580 | 580 | ||
581 | static struct irqaction omap_wakeup_irq = { | 581 | static struct irqaction omap_wakeup_irq = { |
582 | .name = "peripheral wakeup", | 582 | .name = "peripheral wakeup", |
583 | .flags = SA_INTERRUPT, | 583 | .flags = IRQF_DISABLED, |
584 | .handler = omap_wakeup_interrupt | 584 | .handler = omap_wakeup_interrupt |
585 | }; | 585 | }; |
586 | 586 | ||