aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-07-11 18:18:26 +0200
committerVinod Koul <vinod.koul@intel.com>2014-07-25 14:22:42 +0530
commit0c9dbebdb6611d2cd75d025ec09035c3e8ce2160 (patch)
tree15f784d60c2f54eee055c62ae537433745f7b472 /include/linux/dmaengine.h
parentdmaengine: Clarify device parameter for dma_sync_*_for_*() (diff)
downloadlinux-dev-0c9dbebdb6611d2cd75d025ec09035c3e8ce2160.tar.xz
linux-dev-0c9dbebdb6611d2cd75d025ec09035c3e8ce2160.zip
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>
Diffstat (limited to 'include/linux/dmaengine.h')
-rw-r--r--include/linux/dmaengine.h1
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 @@
*/
typedef s32 dma_cookie_t;
#define DMA_MIN_COOKIE 1
-#define DMA_MAX_COOKIE INT_MAX
static inline int dma_submit_error(dma_cookie_t cookie)
{