public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dmaengine: Remove unused definition of DMA_MAX_COOKIE
@ 2014-07-11 16:18 Geert Uytterhoeven
  2014-07-25  8:53 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2014-07-11 16:18 UTC (permalink / raw)
  To: Vinod Koul, Dan Williams; +Cc: dmaengine, linux-kernel, Geert Uytterhoeven

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>
---
 include/linux/dmaengine.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
index 3d1c2aa51530..16e829034ae9 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)
 {
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dmaengine: Remove unused definition of DMA_MAX_COOKIE
  2014-07-11 16:18 [PATCH] dmaengine: Remove unused definition of DMA_MAX_COOKIE Geert Uytterhoeven
@ 2014-07-25  8:53 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2014-07-25  8:53 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Dan Williams, dmaengine, linux-kernel

On Fri, Jul 11, 2014 at 06:18:26PM +0200, Geert Uytterhoeven wrote:
> 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>

Applied, thanks

-- 
~Vinod

> ---
>  include/linux/dmaengine.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
> index 3d1c2aa51530..16e829034ae9 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)
>  {
> -- 
> 1.9.1
> 

-- 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-25  8:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-11 16:18 [PATCH] dmaengine: Remove unused definition of DMA_MAX_COOKIE Geert Uytterhoeven
2014-07-25  8:53 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox