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>
Tue, 7 Dec 2010 16:19:05 +0000 (18:19 +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