diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-omap/mailbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c index 2210c45a52f1..4d7947e5dd95 100644 --- a/arch/arm/plat-omap/mailbox.c +++ b/arch/arm/plat-omap/mailbox.c | |||
@@ -284,7 +284,7 @@ static int omap_mbox_startup(struct omap_mbox *mbox) | |||
284 | write_unlock(&mboxes_lock); | 284 | write_unlock(&mboxes_lock); |
285 | } | 285 | } |
286 | 286 | ||
287 | ret = request_irq(mbox->irq, mbox_interrupt, IRQF_DISABLED, | 287 | ret = request_irq(mbox->irq, mbox_interrupt, IRQF_SHARED, |
288 | mbox->name, mbox); | 288 | mbox->name, mbox); |
289 | if (unlikely(ret)) { | 289 | if (unlikely(ret)) { |
290 | printk(KERN_ERR | 290 | printk(KERN_ERR |