Re: [PATCH 1/1] dmaengine: imx-sdma: remove __init annotation on sdma_event_remap

2015-11-15 Thread Vinod Koul
On Wed, Nov 11, 2015 at 05:20:49PM +0800, Jason Liu wrote: > The sdma_probe function will call sdma_event_remap, but sdma_event_remap > marked with the __init annotation which make the kbuild complains as the > following log: > > WARNING: drivers/dma/built-in.o(.text+0x56fc): Section mismatch in

Re: [PATCH 1/1] dmaengine: imx-sdma: remove __init annotation on sdma_event_remap

2015-11-15 Thread Vinod Koul
On Wed, Nov 11, 2015 at 05:20:49PM +0800, Jason Liu wrote: > The sdma_probe function will call sdma_event_remap, but sdma_event_remap > marked with the __init annotation which make the kbuild complains as the > following log: > > WARNING: drivers/dma/built-in.o(.text+0x56fc): Section mismatch in

RE: [PATCH 1/1] dmaengine: imx-sdma: remove __init annotation on sdma_event_remap

2015-11-11 Thread Liu Jason
el@vger.kernel.org > Subject: Re: [PATCH 1/1] dmaengine: imx-sdma: remove __init annotation on > sdma_event_remap > > On Wednesday 11 November 2015 17:20:49 Jason Liu wrote: > > The sdma_probe function will call sdma_event_remap, but > > sdma_event_remap marked with the __init anno

Re: [PATCH 1/1] dmaengine: imx-sdma: remove __init annotation on sdma_event_remap

2015-11-11 Thread Arnd Bergmann
On Wednesday 11 November 2015 17:20:49 Jason Liu wrote: > The sdma_probe function will call sdma_event_remap, but sdma_event_remap > marked with the __init annotation which make the kbuild complains as the > following log: > > WARNING: drivers/dma/built-in.o(.text+0x56fc): Section mismatch in

[PATCH 1/1] dmaengine: imx-sdma: remove __init annotation on sdma_event_remap

2015-11-11 Thread Jason Liu
The sdma_probe function will call sdma_event_remap, but sdma_event_remap marked with the __init annotation which make the kbuild complains as the following log: WARNING: drivers/dma/built-in.o(.text+0x56fc): Section mismatch in reference from the function sdma_probe() to the function

Re: [PATCH 1/1] dmaengine: imx-sdma: remove __init annotation on sdma_event_remap

2015-11-11 Thread Arnd Bergmann
On Wednesday 11 November 2015 17:20:49 Jason Liu wrote: > The sdma_probe function will call sdma_event_remap, but sdma_event_remap > marked with the __init annotation which make the kbuild complains as the > following log: > > WARNING: drivers/dma/built-in.o(.text+0x56fc): Section mismatch in

RE: [PATCH 1/1] dmaengine: imx-sdma: remove __init annotation on sdma_event_remap

2015-11-11 Thread Liu Jason
el@vger.kernel.org > Subject: Re: [PATCH 1/1] dmaengine: imx-sdma: remove __init annotation on > sdma_event_remap > > On Wednesday 11 November 2015 17:20:49 Jason Liu wrote: > > The sdma_probe function will call sdma_event_remap, but > > sdma_event_remap marked with the __init anno

[PATCH 1/1] dmaengine: imx-sdma: remove __init annotation on sdma_event_remap

2015-11-11 Thread Jason Liu
The sdma_probe function will call sdma_event_remap, but sdma_event_remap marked with the __init annotation which make the kbuild complains as the following log: WARNING: drivers/dma/built-in.o(.text+0x56fc): Section mismatch in reference from the function sdma_probe() to the function