usb: dwc3: of-simple: set dev_pm_ops
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 7 Dec 2017 04:40:24 +0000 (13:40 +0900)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 11 Dec 2017 10:35:36 +0000 (12:35 +0200)
commita0d8c4cfdf31a9576f683628e50b76714c785ef1
tree13391d8aca7e951c8a54fc1c95ef28645a7a3398
parentded600ea9fb51a495d2fcd21e90351df876488e8
usb: dwc3: of-simple: set dev_pm_ops

dwc3_of_simple_dev_pm_ops has never been used since the initial support
by commit 16adc674d0d6 ("usb: dwc3: add generic OF glue layer").

I guess it just missed to set .pm struct member.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/dwc3-of-simple.c