]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: udc: net2280: Remove function resume_dma
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Fri, 28 Nov 2014 13:50:58 +0000 (14:50 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Jan 2015 18:13:28 +0000 (12:13 -0600)
commit9f430267c69b600aae6915a1721f5526661269fa
treeb2a802a30e8c41fcd8373e7cd3aebed9835c37c5
parentc57e4c2896da48e171d4c6e32a7204b342a352fe
usb: gadget: udc: net2280: Remove function resume_dma

Function resume_dma is not used, remove it.

The reason the compiler did not catch this dead code is the inline
modifier.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/net2280.c