[PATCH 29/29] dmaengine: remove unused DMA_SUCCESS

From: Vinod Koul
Date: Wed Oct 16 2013 - 23:09:18 EST


after all the users are converted

Signed-off-by: Vinod Koul <vinod.koul@xxxxxxxxx>
---
include/linux/dmaengine.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
index 683c380..4b460a6 100644
--- a/include/linux/dmaengine.h
+++ b/include/linux/dmaengine.h
@@ -55,7 +55,6 @@ enum dma_status {
DMA_IN_PROGRESS,
DMA_PAUSED,
DMA_ERROR,
- DMA_SUCCESS,
};

/**
--
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/