]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: Get rid of the DMA ifdefs for musb_core.c
authorTony Lindgren <tony@atomide.com>
Fri, 1 May 2015 19:29:29 +0000 (12:29 -0700)
committerFelipe Balbi <balbi@ti.com>
Thu, 7 May 2015 18:35:57 +0000 (13:35 -0500)
commit709bef9da3cf92563ac0e3aed26a5a866502b9fd
tree1293f06647bd7bbffe9e29defd38a882808b90df
parentc00af6320a300c7bd4622444dce7fa41fd31f56b
usb: musb: Get rid of the DMA ifdefs for musb_core.c

For musb_core.c we can now just drop the DMA related
ifdef and use the already existing runtime test for
!is_cppi_enabled(musb) instead.

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