diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-07-11 12:18:26 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-07-25 04:52:42 -0400 |
commit | 0c9dbebdb6611d2cd75d025ec09035c3e8ce2160 (patch) | |
tree | 15f784d60c2f54eee055c62ae537433745f7b472 | |
parent | 70c9b8bd7ac4931c775dab77ad29117523bf0956 (diff) |
dmaengine: Remove unused definition of DMA_MAX_COOKIE
As of commit commit f04cd40701deace2efb9edd7120e59366bda2118 ("fsldma: fix
controller lockups"), its last (and only ever) user is gone.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r-- | 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 d2c5cc7c583c..4eb2f82aed1d 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h | |||
@@ -37,7 +37,6 @@ | |||
37 | */ | 37 | */ |
38 | typedef s32 dma_cookie_t; | 38 | typedef s32 dma_cookie_t; |
39 | #define DMA_MIN_COOKIE 1 | 39 | #define DMA_MIN_COOKIE 1 |
40 | #define DMA_MAX_COOKIE INT_MAX | ||
41 | 40 | ||
42 | static inline int dma_submit_error(dma_cookie_t cookie) | 41 | static inline int dma_submit_error(dma_cookie_t cookie) |
43 | { | 42 | { |