浏览代码

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>
Geert Uytterhoeven 11 年之前
父节点
当前提交
0c9dbebdb6
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/linux/dmaengine.h

+ 0 - 1
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)
 {