From: Chao Xie Date: Thu, 24 Jan 2013 06:38:27 +0000 (-0500) Subject: usb: gadget: mv_udc: fix the warning of mv_udc_remove X-Git-Tag: v3.9-rc1~126^2~43^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a6f05f09772dfe2fa0a5a3ec6b786f4a40e7e54;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed