|
|
@@ -1667,7 +1667,6 @@ void musb_dma_completion(struct musb *musb, u8 epnum, u8 transmit)
|
|
|
/* called with controller lock already held */
|
|
|
|
|
|
if (!epnum) {
|
|
|
-#ifndef CONFIG_USB_TUSB_OMAP_DMA
|
|
|
if (!is_cppi_enabled(musb)) {
|
|
|
/* endpoint 0 */
|
|
|
if (is_host_active(musb))
|
|
|
@@ -1675,7 +1674,6 @@ void musb_dma_completion(struct musb *musb, u8 epnum, u8 transmit)
|
|
|
else
|
|
|
musb_g_ep0_irq(musb);
|
|
|
}
|
|
|
-#endif
|
|
|
} else {
|
|
|
/* endpoints 1..15 */
|
|
|
if (transmit) {
|