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>
Thu, 2 Dec 2010 11:17:53 +0000 (13:17 +0200)
commitda1e63dae2b8874f4c7fd13bdac63062855d160a
tree6c1c028fc710c9113295c345fab5932d1f170205
parent27a247623ca0d644a3b896ff5fd8dfe1e2d2253b
usb: musb: drop musb_platform_suspend/resume

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>
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_core.h