From: Andrew Lunn Date: Mon, 13 May 2013 19:32:14 +0000 (+0000) Subject: ARM: Orion: Remove redundant init_dma_coherent_pool_size() X-Git-Tag: v3.10-rc3~13^2~8^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d31727a0b6fe7206725c93508e6d2065f16ff03;p=pandora-kernel.git ARM: Orion: Remove redundant init_dma_coherent_pool_size() The patch: 387870f mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls makes these calls on Kirkwood and Orion5x redundant. The drivers are not making atomic requests for coherent memory and hence the default pool size is now sufficient. Jason Cooper added mach-mvebu/ hunk, and corrected minor typos in commit message. Signed-off-by: Andrew Lunn Signed-off-by: Jason Cooper --- Reading git-diff-tree failed