提交 3725f28b 编写于 作者: Y Yoshihiro Shimoda 提交者: Paul Mundt

usb: fix hibernate in r8a66597-hcd dev_pm_ops conversion.

This fixes up the dev_pm_ops conversion and wires up the callbacks needed
for hibernation.
Signed-off-by: NYoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 a3beddd0
......@@ -2357,6 +2357,8 @@ static int r8a66597_resume(struct device *dev)
static struct dev_pm_ops r8a66597_dev_pm_ops = {
.suspend = r8a66597_suspend,
.resume = r8a66597_resume,
.poweroff = r8a66597_suspend,
.restore = r8a66597_resume,
};
#define R8A66597_DEV_PM_OPS (&r8a66597_dev_pm_ops)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册