usb: musb: omap2430: use dev_pm_ops structure
commitc20aebb92796cf54ae8171ad7f53a8fa7c61d2d8
authorFelipe Balbi <balbi@ti.com>
Thu, 2 Dec 2010 10:44:40 +0000 (2 12:44 +0200)
committerFelipe Balbi <balbi@ti.com>
Fri, 10 Dec 2010 08:21:29 +0000 (10 10:21 +0200)
tree74ec7c7b0887d706dd50718db81eb80a996b20f4
parente6326358a43a9ac23f6df69ed1f4707c0d1ac473
usb: musb: omap2430: use dev_pm_ops structure

instead of using musb_platform_suspend/resume,
we can use dev_pm_ops and let the platform_device
core handle when to call musb_core's suspend and
glue layer's suspend.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/omap2430.c