dmanengine: fix edma driver to not define DMA_COMPLETE
authorVinod Koul <vinod.koul@intel.com>
Wed, 30 Oct 2013 12:52:30 +0000 (18:22 +0530)
committerVinod Koul <vinod.koul@intel.com>
Wed, 30 Oct 2013 12:57:56 +0000 (18:27 +0530)
commitdb60d8da8f643586c95f8fc3e383954f8c57f1f3
treebe686ebbfd8b0f9a2a87ae7b10ed1207afb64254
parent7db5f7274a0b065abdc358be2a44b4a911d75707
dmanengine: fix edma driver to not define DMA_COMPLETE

edma header defines DMA_COMPLETE, this causes issues as commit adfedd9a32e4 move
DMA_SUCCESS to DMA_COMPLETE. edma should properly namespace its defines and
needs a future fix

Reported-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
arch/arm/common/edma.c
drivers/dma/edma.c
include/linux/platform_data/edma.h