Commit 9a5d1946 authored by Tony Lindgren's avatar Tony Lindgren

Merge source.mvista.com:/home/git/linux-omap-2.6

parents 498f3eb7 d8f5f988
...@@ -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