diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2015-01-16 22:56:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-02-02 19:11:25 +0100 |
commit | cb8763417224340f9a6092092077c801ce686eba (patch) | |
tree | 8d630bbf75d44789789362939424e9389483a34e /drivers/usb/host/ohci-nxp.c | |
parent | pty: Fix overlimit memory use (diff) | |
download | linux-cb8763417224340f9a6092092077c801ce686eba.tar.xz linux-cb8763417224340f9a6092092077c801ce686eba.zip |
sh-sci: extend PM methods
In order to make it possible to restore from hibernation not only in Linux but
also in e.g. U-Boot, we have to use sci_{suspend|remove}() for the PM {freeze|
thaw|restore}() methods. It's handy to achieve this by using SIMPLE_DEV_PM_OPS()
macro, however we have to annotate sci_{suspend|remove}() with '__maybe_unused'
in order to avoid compilation warnings when CONFIG_PM_SLEEP is undefined.
Based on orignal patch by Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ohci-nxp.c')
0 files changed, 0 insertions, 0 deletions