mailbox: stm32-ipcc: remove useless device_init_wakeup call
[linux-2.6-microblaze.git] / drivers / mailbox / stm32-ipcc.c
index 7ca8a14..210fe50 100644 (file)
@@ -276,8 +276,6 @@ static int stm32_ipcc_probe(struct platform_device *pdev)
                        dev_err(dev, "Failed to set wake up irq\n");
                        goto err_init_wkp;
                }
-       } else {
-               device_init_wakeup(dev, false);
        }
 
        /* mailbox controller */