usb: gadget: fusb300_udc: drop dead code
authorFelipe Balbi <balbi@ti.com>
Mon, 4 Jul 2011 08:09:15 +0000 (11:09 +0300)
committerFelipe Balbi <balbi@ti.com>
Tue, 5 Jul 2011 13:41:12 +0000 (16:41 +0300)
commit4dbafd3dce8593c8ec1a6b78239f59645b4dde8f
tree6c4260f6253d242485cad5bbb2e90d62084234b2
parente931830bb877e2aad9a1be83506f9bdb26c91e4e
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 <balbi@ti.com>
drivers/usb/gadget/fusb300_udc.c