Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3725f28b authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Paul Mundt
Browse files

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: default avatarYoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent a3beddd0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)