From: Arnd Bergmann Date: Fri, 24 Oct 2014 16:14:01 +0000 (+0200) Subject: dma: edma: move device registration to platform code X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~138^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5305e4d674ed5ec9bebd11d948affd411594d4cf;p=pandora-kernel.git dma: edma: move device registration to platform code The horrible split between the low-level part of the edma support and the dmaengine front-end driver causes problems on multiplatform kernels. This is an attempt to improve the situation slightly by only registering the dmaengine devices that are actually present. Signed-off-by: Arnd Bergmann [olof: add missing include of linux/dma-mapping.h] Signed-off-by: Olof Johansson Signed-off-by: Olof Johansson --- Reading git-diff-tree failed