Re: [PATCH] dma: ipu: ipu_idmac: Fix section mismatch

2013-03-21 Thread Vinod Koul
On Tue, Mar 12, 2013 at 08:53:37PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit 84c1e63c12 (dma: Remove erroneous __exit and __exit_p() > references) > the following section mismatch happens: > > WARNING: drivers/built-in.o(.text+0x20f94): Section mismatch in reference >

Re: [PATCH] dma: ipu: ipu_idmac: Fix section mismatch

2013-03-19 Thread Fabio Estevam
Hi Vinod, On Wed, Mar 13, 2013 at 9:39 PM, Maxin B. John wrote: > On Wed, Mar 13, 2013 at 1:53 AM, Fabio Estevam wrote: >> From: Fabio Estevam >> >> Since commit 84c1e63c12 (dma: Remove erroneous __exit and __exit_p() >> references) >> the following section mismatch happens: >> >> WARNING: dri

Re: [PATCH] dma: ipu: ipu_idmac: Fix section mismatch

2013-03-13 Thread Maxin B. John
On Wed, Mar 13, 2013 at 1:53 AM, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit 84c1e63c12 (dma: Remove erroneous __exit and __exit_p() > references) > the following section mismatch happens: > > WARNING: drivers/built-in.o(.text+0x20f94): Section mismatch in reference > from the f

[PATCH] dma: ipu: ipu_idmac: Fix section mismatch

2013-03-12 Thread Fabio Estevam
From: Fabio Estevam Since commit 84c1e63c12 (dma: Remove erroneous __exit and __exit_p() references) the following section mismatch happens: WARNING: drivers/built-in.o(.text+0x20f94): Section mismatch in reference from the function ipu_remove() to the function .exit.text:ipu_idmac_exit() The f