diff options
Diffstat (limited to 'drivers/tty/serial/omap-serial.c')
| -rw-r--r-- | drivers/tty/serial/omap-serial.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c index 780c5c28545..e077e996b50 100644 --- a/drivers/tty/serial/omap-serial.c +++ b/drivers/tty/serial/omap-serial.c @@ -1558,6 +1558,9 @@ static int serial_omap_probe(struct platform_device *pdev) if (omap_up_info->wakeup_capable) device_init_wakeup(&pdev->dev, true); + else + omap_uart_remove_wakeup(&pdev->dev); + omap_serial_fill_features_erratas(up); |