From: Felipe Balbi Date: Mon, 4 Jul 2011 08:09:15 +0000 (+0300) Subject: usb: gadget: fusb300_udc: drop dead code X-Git-Tag: v3.1-rc1~234^2~3^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dbafd3dce8593c8ec1a6b78239f59645b4dde8f;p=pandora-kernel.git usb: gadget: fusb300_udc: drop dead code that code has been dead forever. Since the first commit (0fe6f1d1) the use of that code has been commented out. Let's drop the dead code already and fix the following compile warning: | drivers/usb/gadget/fusb300_udc.c: At top level: | drivers/usb/gadget/fusb300_udc.c:771:13: warning: ‘fusb300_wrfifo’ defined but not used [-Wunused-function] | drivers/usb/gadget/fusb300_udc.c:1027:13: warning: ‘fusb300_set_ep_bycnt’ defined but not used [-Wunused-function] Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed