]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit08ad65e951f27adc0c07dffe8349f2ec3683d572
tree1de164536bb864fbba9e2d23bb7784e1ee4b5334
parent8312c5ccb2e66290f24b9b2ff389e8e6b3ea52df
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