usb: gadget: fusb300_udc: Staticize fusb300_rdcxf()
authorJingoo Han <jg1.han@samsung.com>
Fri, 2 Aug 2013 08:17:05 +0000 (17:17 +0900)
committerFelipe Balbi <balbi@ti.com>
Fri, 2 Aug 2013 08:19:52 +0000 (11:19 +0300)
commit93487aa1639d2151820f3988f62005d0a00e9269
tree4b4dc7e99d29bf593c014bb7c5a4ec77a67f7790
parent027ca0d2fe779faf19c7c3414f840fdc851af41d
usb: gadget: fusb300_udc: Staticize fusb300_rdcxf()

fusb300_rdcxf() used only in this file.
Fix the following sparse warning:

drivers/usb/gadget/fusb300_udc.c:560:6: warning: symbol 'fusb300_rdcxf' was not declared. Should it be static?

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/fusb300_udc.c