X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Farm%2Fplat-omap%2Fpm.c;h=04b4102727a8f6921604c8a1355de270faa0fc40;hb=00dd7b7d26a3bf3780cfcebfdde2b86126b3a082;hp=1a24e2c10714e498942cdaae1d3386af6f9f7b37;hpb=3d5271f9883cba7b54762bc4fe027d4172f06db7;p=powerpc.git diff --git a/arch/arm/plat-omap/pm.c b/arch/arm/plat-omap/pm.c index 1a24e2c107..04b4102727 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, static struct irqaction omap_wakeup_irq = { .name = "peripheral wakeup", - .flags = SA_INTERRUPT, + .flags = IRQF_DISABLED, .handler = omap_wakeup_interrupt };