Merge branch 'fixes-omap4-dsp' into fixes-non-critical
[linux-2.6-microblaze.git] / arch / arm / mach-omap2 / mailbox.c
index 19b8b67..6875be8 100644 (file)
@@ -83,8 +83,6 @@ static int omap2_mbox_startup(struct omap_mbox *mbox)
        l = mbox_read_reg(MAILBOX_REVISION);
        pr_debug("omap mailbox rev %d.%d\n", (l & 0xf0) >> 4, (l & 0x0f));
 
-       omap2_mbox_enable_irq(mbox, IRQ_RX);
-
        return 0;
 }