usb: musb: drop musb_platform_suspend/resume
commit784173723e2fd23332af948a90612950964cd140
authorFelipe Balbi <balbi@ti.com>
Thu, 2 Dec 2010 11:17:53 +0000 (2 13:17 +0200)
committerFelipe Balbi <balbi@ti.com>
Fri, 10 Dec 2010 08:21:32 +0000 (10 10:21 +0200)
treea250e86b53fa3625c2a589704b8fa0efc57a4f4f
parentfcd22e3b1f12e026dfefca20c97ff550a0e11b2b
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