]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6f6f1f038a8a99bbc7ec610f86470303c4713b14
tree6c4260f6253d242485cad5bbb2e90d62084234b2
parentb63078559189ea3f1f0989ab8d081e343318a58f
usb: gadget: fusb300_udc: drop dead code

that code has been dead forever. Since the
first commit (5e9452fe) 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