From: Jingoo Han Date: Fri, 2 Aug 2013 08:17:05 +0000 (+0900) Subject: usb: gadget: fusb300_udc: Staticize fusb300_rdcxf() X-Git-Tag: v3.12-rc1~186^2~77^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93487aa1639d2151820f3988f62005d0a00e9269;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed