Re: [PATCH v2] dma: vdma: Fix compilation warnings

2015-04-17 Thread Vinod Koul
On Mon, Mar 30, 2015 at 06:48:29PM +0530, Kedareswara rao Appana wrote: > This patch fixes the following compilation warnings. > In file included from drivers/dma/xilinx/xilinx_vdma.c:26:0: > include/linux/dmapool.h:18:4: warning: 'struct device' declared inside > parameter list > size_t

Re: [PATCH v2] dma: vdma: Fix compilation warnings

2015-04-17 Thread Vinod Koul
On Mon, Mar 30, 2015 at 06:48:29PM +0530, Kedareswara rao Appana wrote: This patch fixes the following compilation warnings. In file included from drivers/dma/xilinx/xilinx_vdma.c:26:0: include/linux/dmapool.h:18:4: warning: 'struct device' declared inside parameter list size_t size,

Re: [PATCH v2] dma: vdma: Fix compilation warnings

2015-03-30 Thread Vinod Koul
On Tue, Mar 31, 2015 at 07:35:43AM +1100, Stephen Rothwell wrote: Hi Stephen, > > On Mon, 30 Mar 2015 22:48:46 +0530 Vinod Koul wrote: > > > > On Mon, Mar 30, 2015 at 06:48:29PM +0530, Kedareswara rao Appana wrote: > > > This patch fixes the following compilation warnings. > > > In file included

Re: [PATCH v2] dma: vdma: Fix compilation warnings

2015-03-30 Thread Stephen Rothwell
Hi Vinod, On Mon, 30 Mar 2015 22:48:46 +0530 Vinod Koul wrote: > > On Mon, Mar 30, 2015 at 06:48:29PM +0530, Kedareswara rao Appana wrote: > > This patch fixes the following compilation warnings. > > In file included from drivers/dma/xilinx/xilinx_vdma.c:26:0: > > include/linux/dmapool.h:18:4:

Re: [PATCH v2] dma: vdma: Fix compilation warnings

2015-03-30 Thread Vinod Koul
On Mon, Mar 30, 2015 at 06:48:29PM +0530, Kedareswara rao Appana wrote: > This patch fixes the following compilation warnings. > In file included from drivers/dma/xilinx/xilinx_vdma.c:26:0: > include/linux/dmapool.h:18:4: warning: 'struct device' declared inside > parameter list > size_t

[PATCH v2] dma: vdma: Fix compilation warnings

2015-03-30 Thread Kedareswara rao Appana
This patch fixes the following compilation warnings. In file included from drivers/dma/xilinx/xilinx_vdma.c:26:0: include/linux/dmapool.h:18:4: warning: 'struct device' declared inside parameter list size_t size, size_t align, size_t allocation); ^ include/linux/dmapool.h:18:4: warning:

[PATCH v2] dma: vdma: Fix compilation warnings

2015-03-30 Thread Kedareswara rao Appana
This patch fixes the following compilation warnings. In file included from drivers/dma/xilinx/xilinx_vdma.c:26:0: include/linux/dmapool.h:18:4: warning: 'struct device' declared inside parameter list size_t size, size_t align, size_t allocation); ^ include/linux/dmapool.h:18:4: warning:

Re: [PATCH v2] dma: vdma: Fix compilation warnings

2015-03-30 Thread Vinod Koul
On Mon, Mar 30, 2015 at 06:48:29PM +0530, Kedareswara rao Appana wrote: This patch fixes the following compilation warnings. In file included from drivers/dma/xilinx/xilinx_vdma.c:26:0: include/linux/dmapool.h:18:4: warning: 'struct device' declared inside parameter list size_t size,

Re: [PATCH v2] dma: vdma: Fix compilation warnings

2015-03-30 Thread Stephen Rothwell
Hi Vinod, On Mon, 30 Mar 2015 22:48:46 +0530 Vinod Koul vinod.k...@intel.com wrote: On Mon, Mar 30, 2015 at 06:48:29PM +0530, Kedareswara rao Appana wrote: This patch fixes the following compilation warnings. In file included from drivers/dma/xilinx/xilinx_vdma.c:26:0:

Re: [PATCH v2] dma: vdma: Fix compilation warnings

2015-03-30 Thread Vinod Koul
On Tue, Mar 31, 2015 at 07:35:43AM +1100, Stephen Rothwell wrote: Hi Stephen, On Mon, 30 Mar 2015 22:48:46 +0530 Vinod Koul vinod.k...@intel.com wrote: On Mon, Mar 30, 2015 at 06:48:29PM +0530, Kedareswara rao Appana wrote: This patch fixes the following compilation warnings. In file