usb: musb: omap2430: use dev_pm_ops structure
authorFelipe Balbi <balbi@ti.com>
Thu, 2 Dec 2010 10:44:40 +0000 (12:44 +0200)
committerFelipe Balbi <balbi@ti.com>
Thu, 2 Dec 2010 10:46:33 +0000 (12:46 +0200)
commitd2977a21dbd0f797767261df7e50ff40f535af70
treee807c9d72fe4323eed8ad2980715703dc5a18e11
parent64efa9e7ab940778d8e5dd1c185d23dc60203019
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