mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +00:00
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: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
a3beddd0aa
commit
3725f28b47
1 changed files with 2 additions and 0 deletions
|
@ -2357,6 +2357,8 @@ static int r8a66597_resume(struct device *dev)
|
||||||
static struct dev_pm_ops r8a66597_dev_pm_ops = {
|
static struct dev_pm_ops r8a66597_dev_pm_ops = {
|
||||||
.suspend = r8a66597_suspend,
|
.suspend = r8a66597_suspend,
|
||||||
.resume = r8a66597_resume,
|
.resume = r8a66597_resume,
|
||||||
|
.poweroff = r8a66597_suspend,
|
||||||
|
.restore = r8a66597_resume,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define R8A66597_DEV_PM_OPS (&r8a66597_dev_pm_ops)
|
#define R8A66597_DEV_PM_OPS (&r8a66597_dev_pm_ops)
|
||||||
|
|
Loading…
Reference in a new issue