[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20131015004247.GK22321@verge.net.au>
Date: Tue, 15 Oct 2013 09:42:47 +0900
From: Simon Horman <horms@...ge.net.au>
To: Vinod Koul <vinod.koul@...el.com>
Cc: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>,
dan.j.williams@...el.com, linux-kernel@...r.kernel.org,
linux-sh@...r.kernel.org
Subject: Re: [PATCH 1/2] rcar-hpbdma: remove shdma_free_irq() calls
On Fri, Oct 11, 2013 at 07:25:02AM +0530, Vinod Koul wrote:
> On Thu, Sep 26, 2013 at 02:28:37AM +0400, Sergei Shtylyov wrote:
> > Commit c1c63a14f4f2419d093acd7164eccdff315baa86 (DMA: shdma: switch to managed
> > resource allocation) got rid of shdma_free_irq() but unfortunately got merged
> > later than commit c4f6c41ba790bbbfcebb4c47a709ac8ff1fe1af9 (dma: add driver for
> > R-Car HPB-DMAC), so that the HPB-DMAC driver retained the calls and got broken:
> >
> > drivers/dma/sh/rcar-hpbdma.c: In function `hpb_dmae_alloc_chan_resources':
> > drivers/dma/sh/rcar-hpbdma.c:435: error: implicit declaration of function
> > `shdma_free_irq'
> >
> > Fix this compilation error by removing the remaining shdma_free_irq() calls.
> >
> > Reported-by: Simon Horman <horms@...ge.net.au>
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
> Applied both, Thanks
Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists