usb: musb: gadget: remove remaining DMA ifdeferry
authorFelipe Balbi <balbi@ti.com>
Thu, 6 Aug 2015 15:47:16 +0000 (10:47 -0500)
committerFelipe Balbi <balbi@ti.com>
Thu, 6 Aug 2015 15:47:16 +0000 (10:47 -0500)
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>
drivers/usb/musb/musb_gadget.c

Simple merge