Re: [PATCH] dmaengine: k3: Fix duplicated function name and allmodconfig build

2015-01-13 Thread Vinod Koul
On Mon, Dec 29, 2014 at 02:01:30PM +0100, Krzysztof Kozlowski wrote: > While splitting device control in db08425ebd51 ("dmaengine: k3: > Split device_control") new function with the same 'k3_dma_resume' name > was added, leading to build error: > > drivers/dma/k3dma.c:823:12: error: conflicting ty

Re: [PATCH] dmaengine: k3: Fix duplicated function name and allmodconfig build

2015-01-09 Thread Krzysztof Kozlowski
On pon, 2014-12-29 at 14:01 +0100, Krzysztof Kozlowski wrote: > While splitting device control in db08425ebd51 ("dmaengine: k3: > Split device_control") new function with the same 'k3_dma_resume' name > was added, leading to build error: > > drivers/dma/k3dma.c:823:12: error: conflicting types for

[PATCH] dmaengine: k3: Fix duplicated function name and allmodconfig build

2014-12-29 Thread Krzysztof Kozlowski
While splitting device control in db08425ebd51 ("dmaengine: k3: Split device_control") new function with the same 'k3_dma_resume' name was added, leading to build error: drivers/dma/k3dma.c:823:12: error: conflicting types for ‘k3_dma_resume’ drivers/dma/k3dma.c:625:12: note: previous definition o