usb: musb: Remove ifdefs for TX DMA for musb_host.c
authorTony Lindgren <tony@atomide.com>
Fri, 1 May 2015 19:29:32 +0000 (12:29 -0700)
committerFelipe Balbi <balbi@ti.com>
Thu, 7 May 2015 18:36:07 +0000 (13:36 -0500)
commit754fe4a92c072a6e36d89fa328ed789c9ebc1af5
tree974f774219061a348b8a571e009caa07e30504d7
parentfb91cddc54e71a09b31e0fdf2d45abeaea850113
usb: musb: Remove ifdefs for TX DMA for musb_host.c

We can remove the ifdefs by setting up helper functions for
mentor DMA and cppi/tusb DMA.

Note that I've kept the existing formatting as otherwise this
patch becomes pretty much unreadable.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_host.c