usb: musb: drop musb_platform_suspend/resume
authorFelipe Balbi <balbi@ti.com>
Thu, 2 Dec 2010 11:17:53 +0000 (13:17 +0200)
committerFelipe Balbi <balbi@ti.com>
Fri, 10 Dec 2010 08:21:32 +0000 (10:21 +0200)
all glue layers are now fully moved to the
new setup. We are now using dev_pm_ops to
implement suspend/resume functionality and
thus, musb_platform_suspend/resume has become
deprecated and useless.

This patch drops those function pointers and
its uses.

Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found