commit | 6a6f05f09772dfe2fa0a5a3ec6b786f4a40e7e54 | [log] [tgz] |
---|---|---|
author | Chao Xie <chao.xie@marvell.com> | Thu Jan 24 01:38:27 2013 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Thu Jan 24 21:11:33 2013 +0200 |
tree | 1de164536bb864fbba9e2d23bb7784e1ee4b5334 | |
parent | 3517c31a8ece660aadcbabd4ac98611cedb7af04 [diff] |
usb: gadget: mv_udc: fix the warning of mv_udc_remove The __exit_p() will be NULL if MODULE is no defined. It will cause the warning. Removing __exit_p to remove the warning. Signed-off-by: Chao Xie <chao.xie@marvell.com> Signed-off-by: Felipe Balbi <balbi@ti.com>