commit | 784173723e2fd23332af948a90612950964cd140 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Dec 02 13:17:53 2010 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Fri Dec 10 10:21:32 2010 +0200 |
tree | a250e86b53fa3625c2a589704b8fa0efc57a4f4f | |
parent | fcd22e3b1f12e026dfefca20c97ff550a0e11b2b [diff] |
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>