OSDN Git Service

usb: gadget: mv_u3d_core: fix a compile warning
authorFelipe Balbi <balbi@ti.com>
Thu, 24 Jan 2013 14:38:19 +0000 (16:38 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:16:48 +0000 (11:16 +0200)
commit2cd807e7a8ee18d13fd06e84ef9f485a5c28a521
tree56068f1f9a0d3a8581ddcfb498b46f6d92ef8d8b
parent7a071890b467e3b820b6afb13f2a877a249ae8f9
usb: gadget: mv_u3d_core: fix a compile warning

Fix the following compile warning:

mv_u3d_core.c:1766:12: warning: 'mv_u3d_remove' \
defined but not used [-Wunused-function]

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/mv_u3d_core.c