dmaengine: Remove unused definition of DMA_MAX_COOKIE

As of commit commit f04cd40701 ("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>
This commit is contained in:
Geert Uytterhoeven 2014-07-11 18:18:26 +02:00 committed by Vinod Koul
parent 70c9b8bd7a
commit 0c9dbebdb6
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{