usb: gadget: mv_udc: fix the warning of mv_udc_remove
authorChao Xie <chao.xie@marvell.com>
Thu, 24 Jan 2013 06:38:27 +0000 (01:38 -0500)
committerFelipe Balbi <balbi@ti.com>
Thu, 24 Jan 2013 19:11:33 +0000 (21:11 +0200)
commit6a6f05f09772dfe2fa0a5a3ec6b786f4a40e7e54
tree1de164536bb864fbba9e2d23bb7784e1ee4b5334
parent3517c31a8ece660aadcbabd4ac98611cedb7af04
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>
drivers/usb/gadget/mv_udc_core.c