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)
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>

No differences found