Commit 0c9dbebd authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Vinod Koul

dmaengine: Remove unused definition of DMA_MAX_COOKIE

As of commit commit f04cd407 ("fsldma: fix
controller lockups"), its last (and only ever) user is gone.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 70c9b8bd
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
*/ */
typedef s32 dma_cookie_t; typedef s32 dma_cookie_t;
#define DMA_MIN_COOKIE 1 #define DMA_MIN_COOKIE 1
#define DMA_MAX_COOKIE INT_MAX
static inline int dma_submit_error(dma_cookie_t cookie) static inline int dma_submit_error(dma_cookie_t cookie)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment