Commit d8f5f988 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Undo of accidental 24xx DMA patch

This got added accidentally with 09b55578.
The DMA merge is not ready for 24xx yet.
parent 67ad0644
...@@ -1038,9 +1038,7 @@ static int __init omap_init_dma(void) ...@@ -1038,9 +1038,7 @@ static int __init omap_init_dma(void)
dma_chan_count = 16; dma_chan_count = 16;
} else } else
dma_chan_count = 9; dma_chan_count = 9;
} else if (cpu_is_omap24xx()) } else {
dma_chan_count = 32;
else {
dma_chan_count = 0; dma_chan_count = 0;
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment