Re: [PATCH] cppi_dma: mark cppi_controller_create() and cppi_pool_init() as '__devinit'

2013-01-10 Thread Felipe Balbi
On Mon, Nov 12, 2012 at 09:01:33PM +0300, Sergei Shtylyov wrote: This patch fixes the following: WARNING: vmlinux.o(.devinit.text+0x24ac): Section mismatch in reference from the function dma_controller_create() to the function .init.text:cppi_controller_start() The function __devinit

Re: [PATCH] cppi_dma: mark cppi_controller_create() and cppi_pool_init() as '__devinit'

2013-01-10 Thread Sergei Shtylyov
Hello. On 10-01-2013 15:59, Felipe Balbi wrote: This patch fixes the following: WARNING: vmlinux.o(.devinit.text+0x24ac): Section mismatch in reference from the function dma_controller_create() to the function .init.text:cppi_controller_start() The function __devinit

Re: [PATCH] cppi_dma: mark cppi_controller_create() and cppi_pool_init() as '__devinit'

2012-12-14 Thread Sergei Shtylyov
Hello. On 26-11-2012 23:14, Sergei Shtylyov wrote: WARNING: vmlinux.o(.devinit.text+0x24ac): Section mismatch in reference from the function dma_controller_create() to the function .init.text:cppi_controller_start() The function __devinit dma_controller_create() references a function __init

Re: [PATCH] cppi_dma: mark cppi_controller_create() and cppi_pool_init() as '__devinit'

2012-12-14 Thread Felipe Balbi
Hi, On Fri, Dec 14, 2012 at 03:50:57PM +0400, Sergei Shtylyov wrote: Hello. On 26-11-2012 23:14, Sergei Shtylyov wrote: WARNING: vmlinux.o(.devinit.text+0x24ac): Section mismatch in reference from the function dma_controller_create() to the function .init.text:cppi_controller_start()

Re: [PATCH] cppi_dma: mark cppi_controller_create() and cppi_pool_init() as '__devinit'

2012-11-27 Thread Sergei Shtylyov
Hello. On 27-11-2012 0:11, Felipe Balbi wrote: This patch fixes the following: WARNING: vmlinux.o(.devinit.text+0x24ac): Section mismatch in reference from the function dma_controller_create() to the function .init.text:cppi_controller_start() The function __devinit

Re: [PATCH] cppi_dma: mark cppi_controller_create() and cppi_pool_init() as '__devinit'

2012-11-26 Thread Sergei Shtylyov
Hello. On 11/12/2012 09:01 PM, Sergei Shtylyov wrote: This patch fixes the following: WARNING: vmlinux.o(.devinit.text+0x24ac): Section mismatch in reference from the function dma_controller_create() to the function .init.text:cppi_controller_start() The function __devinit

Re: [PATCH] cppi_dma: mark cppi_controller_create() and cppi_pool_init() as '__devinit'

2012-11-26 Thread Felipe Balbi
Hi, On Mon, Nov 26, 2012 at 10:14:30PM +0300, Sergei Shtylyov wrote: Hello. On 11/12/2012 09:01 PM, Sergei Shtylyov wrote: This patch fixes the following: WARNING: vmlinux.o(.devinit.text+0x24ac): Section mismatch in reference from the function dma_controller_create() to the

[PATCH] cppi_dma: mark cppi_controller_create() and cppi_pool_init() as '__devinit'

2012-11-12 Thread Sergei Shtylyov
This patch fixes the following: WARNING: vmlinux.o(.devinit.text+0x24ac): Section mismatch in reference from the function dma_controller_create() to the function .init.text:cppi_controller_start() The function __devinit dma_controller_create() references a function __init