From: Sachin Kamat Date: Thu, 31 Oct 2013 05:18:09 +0000 (+0530) Subject: dmaengine: s3c24xx-dma: use DMA_COMPLETE for dma completion status X-Git-Tag: v3.13-rc4~17^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415612c1caab50f60797f06ad016ef602f0503cb;p=pandora-kernel.git dmaengine: s3c24xx-dma: use DMA_COMPLETE for dma completion status Use the recently introduced DMA_COMPLETE instead of DMA_SUCCESS. Without this patch we get the following build error: drivers/dma/s3c24xx-dma.c: In function ‘s3c24xx_dma_tx_status’: drivers/dma/s3c24xx-dma.c:798:13: error: ‘DMA_SUCCESS’ undeclared (first use in this function) Signed-off-by: Sachin Kamat Acked-by: Heiko Stuebner Acked-by: Kukjin Kim Signed-off-by: Vinod Koul --- Reading git-diff-tree failed