dma: edma: move device registration to platform code
authorArnd Bergmann <arnd@arndb.de>
Fri, 24 Oct 2014 16:14:01 +0000 (18:14 +0200)
committerOlof Johansson <olof@lixom.net>
Thu, 6 Nov 2014 02:26:10 +0000 (18:26 -0800)
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 <arnd@arndb.de>
[olof: add missing include of linux/dma-mapping.h]
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found