diff options
Diffstat (limited to 'arch/arm/mach-omap1/pm.c')
-rw-r--r-- | arch/arm/mach-omap1/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c index 1b4e1d57afb1..cd76185bab74 100644 --- a/arch/arm/mach-omap1/pm.c +++ b/arch/arm/mach-omap1/pm.c | |||
@@ -690,7 +690,7 @@ static irqreturn_t omap_wakeup_interrupt(int irq, void * dev, | |||
690 | 690 | ||
691 | static struct irqaction omap_wakeup_irq = { | 691 | static struct irqaction omap_wakeup_irq = { |
692 | .name = "peripheral wakeup", | 692 | .name = "peripheral wakeup", |
693 | .flags = SA_INTERRUPT, | 693 | .flags = IRQF_DISABLED, |
694 | .handler = omap_wakeup_interrupt | 694 | .handler = omap_wakeup_interrupt |
695 | }; | 695 | }; |
696 | 696 | ||