usb: gadget: udc-core: introduce usb_add_gadget_udc_release()
authorFelipe Balbi <balbi@ti.com>
Tue, 26 Feb 2013 12:47:44 +0000 (14:47 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:44 +0000 (11:17 +0200)
not all UDC drivers need a proper release function,
for those which don't need it, we udc-core will provide
a no-op release method so we can remove "redefinition"
of such methods in almost every UDC driver.

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

No differences found