]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit5153c219e77985be2fb861814184729bb40b0987
treeb2a802a30e8c41fcd8373e7cd3aebed9835c37c5
parent5517525e05b5d21c26e2b729a7e977f7d69714af
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