mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-05 03:35:27 +09:00
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>