commit | 03840fad004ce8a56bc8b3bb60a2df10f6f9481e | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Aug 06 10:47:16 2015 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Thu Aug 06 10:47:16 2015 -0500 |
tree | 6837372eb39bb64933c9181c8d8c15a281e0a4a6 | |
parent | adab43396ed4830c7cee29837e8cedcddb2b5315 [diff] |
usb: musb: gadget: remove remaining DMA ifdeferry Commit fb91cddc54e7 ("usb: musb: Remove DMA ifdef for musb_gadget.c short_packet") tried to remove DMA ifdeferry from musb_gadget.c but ended up leaving some around. Remove them so that when building kernels with all DMA engines enabled, we don't end up trying to allocte channels twice. Signed-off-by: Felipe Balbi <balbi@ti.com>