[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140526110109.GD21128@intel.com>
Date: Mon, 26 May 2014 16:31:09 +0530
From: Vinod Koul <vinod.koul@...el.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Chris Ball <chris@...ntf.net>, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
Balaji T K <balajitk@...com>
Subject: Re: linux-next: manual merge of the mmc tree with the slave-dma
tree
On Fri, May 23, 2014 at 03:23:10PM +1000, Stephen Rothwell wrote:
> Hi Chris,
>
> Today's linux-next merge of the mmc tree got a conflict in
> include/linux/omap-dma.h between commit a8246fedacad ("dmaengine: omap:
> hide filter_fn for built-in drivers") from the slave-dma tree and
> commit ee526d515ad1 ("mmc: omap_hsmmc: split omap-dma header file")
> from the mmc tree.
>
> I fixed it up (I effectively applied the former commit to the new file)
> and can carry the fix as necessary (no action is required).
Looks fine to me
Thanks
--
~Vinod
>
> From: Stephen Rothwell <sfr@...b.auug.org.au>
> Date: Fri, 23 May 2014 15:19:48 +1000
> Subject: [PATCH] dmaengine: omap: fix for code movement
>
> Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au>
> ---
> include/linux/omap-dmaengine.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/omap-dmaengine.h b/include/linux/omap-dmaengine.h
> index 2b0b6aa01922..8e6906c72e90 100644
> --- a/include/linux/omap-dmaengine.h
> +++ b/include/linux/omap-dmaengine.h
> @@ -10,7 +10,7 @@
>
> struct dma_chan;
>
> -#if defined(CONFIG_DMA_OMAP) || defined(CONFIG_DMA_OMAP_MODULE)
> +#if defined(CONFIG_DMA_OMAP) || (defined(CONFIG_DMA_OMAP_MODULE) && defined(MODULE))
> bool omap_dma_filter_fn(struct dma_chan *, void *);
> #else
> static inline bool omap_dma_filter_fn(struct dma_chan *c, void *d)
> --
> 2.0.0.rc4
>
> --
> Cheers,
> Stephen Rothwell sfr@...b.auug.org.au
--
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists