diff options
Diffstat (limited to 'drivers/tty/serial/sh-sci.c')
-rw-r--r-- | drivers/tty/serial/sh-sci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c index 2ec57b2fb278..a9414facda47 100644 --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c | |||
@@ -1913,6 +1913,7 @@ static int __devinit sci_init_single(struct platform_device *dev, | |||
1913 | 1913 | ||
1914 | port->dev = &dev->dev; | 1914 | port->dev = &dev->dev; |
1915 | 1915 | ||
1916 | pm_runtime_irq_safe(&dev->dev); | ||
1916 | pm_runtime_enable(&dev->dev); | 1917 | pm_runtime_enable(&dev->dev); |
1917 | } | 1918 | } |
1918 | 1919 | ||