Re: linux-next: build warning after merge of the slave-dma tree

2019-08-12 Thread Stephen Rothwell
Hi Arnd, On Mon, 12 Aug 2019 11:14:08 +0200 Arnd Bergmann wrote: > > The warning is valid, I will send a fix. Thanks. > I have never seen this message though, I guess the build system just > introduced > a check for this? I don't see where this would come from in next-20190809 > (only

Re: linux-next: build warning after merge of the slave-dma tree

2019-08-12 Thread Arnd Bergmann
On Mon, Aug 12, 2019 at 9:14 AM Stephen Rothwell wrote: > > Hi all, > > After merging the slave-dma tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > WARNING: "omap_dma_filter_fn" [vmlinux] is a static EXPORT_SYMBOL_GPL > WARNING: "edma_filter_fn" [vmlinux] is a

linux-next: build warning after merge of the slave-dma tree

2019-08-12 Thread Stephen Rothwell
Hi all, After merging the slave-dma tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: WARNING: "omap_dma_filter_fn" [vmlinux] is a static EXPORT_SYMBOL_GPL WARNING: "edma_filter_fn" [vmlinux] is a static EXPORT_SYMBOL Introduced by commits 9c71b9eb3cb2

Re: linux-next: build warning after merge of the slave-dma tree

2018-11-26 Thread Vinod Koul
Hi Stephen, On 26-11-18, 16:59, Stephen Rothwell wrote: > Hi Vinod, > > After merging the slave-dma tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/dma/coh901318.c: In function 'coh901318_config': > drivers/dma/coh901318.c:1805:16: warning: unused

Re: linux-next: build warning after merge of the slave-dma tree

2018-11-26 Thread Vinod Koul
Hi Stephen, On 26-11-18, 16:59, Stephen Rothwell wrote: > Hi Vinod, > > After merging the slave-dma tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/dma/coh901318.c: In function 'coh901318_config': > drivers/dma/coh901318.c:1805:16: warning: unused

linux-next: build warning after merge of the slave-dma tree

2018-11-25 Thread Stephen Rothwell
Hi Vinod, After merging the slave-dma tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/dma/coh901318.c: In function 'coh901318_config': drivers/dma/coh901318.c:1805:16: warning: unused variable 'flags' [-Wunused-variable] unsigned long flags;

linux-next: build warning after merge of the slave-dma tree

2018-11-25 Thread Stephen Rothwell
Hi Vinod, After merging the slave-dma tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/dma/coh901318.c: In function 'coh901318_config': drivers/dma/coh901318.c:1805:16: warning: unused variable 'flags' [-Wunused-variable] unsigned long flags;

Re: linux-next: build warning after merge of the slave-dma tree

2018-09-13 Thread Angelo Dureghello
Hi, sorry, there was no build-test robot warning anymore about it. Will fix it in a patch in short. On Thu, Sep 13, 2018 at 12:22:18PM +1000, Stephen Rothwell wrote: > Hi Vinod, > > After merging the slave-dma tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > >

Re: linux-next: build warning after merge of the slave-dma tree

2018-09-13 Thread Angelo Dureghello
Hi, sorry, there was no build-test robot warning anymore about it. Will fix it in a patch in short. On Thu, Sep 13, 2018 at 12:22:18PM +1000, Stephen Rothwell wrote: > Hi Vinod, > > After merging the slave-dma tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > >

linux-next: build warning after merge of the slave-dma tree

2018-09-12 Thread Stephen Rothwell
Hi Vinod, After merging the slave-dma tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/dma/mcf-edma.c: In function 'mcf_edma_filter_fn': drivers/dma/mcf-edma.c:296:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return

linux-next: build warning after merge of the slave-dma tree

2018-09-12 Thread Stephen Rothwell
Hi Vinod, After merging the slave-dma tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/dma/mcf-edma.c: In function 'mcf_edma_filter_fn': drivers/dma/mcf-edma.c:296:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return

Re: linux-next: build warning after merge of the slave-dma tree

2018-07-04 Thread Vinod
Hi Stephen, On 05-07-18, 12:47, Stephen Rothwell wrote: > On Wed, 4 Jul 2018 09:50:17 +0530 Vinod wrote: > > On 04-07-18, 13:30, Stephen Rothwell wrote: > > > > > > After merging the slave-dma tree, today's linux-next build (x86_64 > > > allmodconfig) produced this warning: > > > > > >

Re: linux-next: build warning after merge of the slave-dma tree

2018-07-04 Thread Vinod
Hi Stephen, On 05-07-18, 12:47, Stephen Rothwell wrote: > On Wed, 4 Jul 2018 09:50:17 +0530 Vinod wrote: > > On 04-07-18, 13:30, Stephen Rothwell wrote: > > > > > > After merging the slave-dma tree, today's linux-next build (x86_64 > > > allmodconfig) produced this warning: > > > > > >

Re: linux-next: build warning after merge of the slave-dma tree

2018-07-04 Thread Stephen Rothwell
Hi Vinod, On Wed, 4 Jul 2018 09:50:17 +0530 Vinod wrote: > > On 04-07-18, 13:30, Stephen Rothwell wrote: > > > > After merging the slave-dma tree, today's linux-next build (x86_64 > > allmodconfig) produced this warning: > > > > WARNING: modpost: missing MODULE_LICENSE() in

Re: linux-next: build warning after merge of the slave-dma tree

2018-07-04 Thread Stephen Rothwell
Hi Vinod, On Wed, 4 Jul 2018 09:50:17 +0530 Vinod wrote: > > On 04-07-18, 13:30, Stephen Rothwell wrote: > > > > After merging the slave-dma tree, today's linux-next build (x86_64 > > allmodconfig) produced this warning: > > > > WARNING: modpost: missing MODULE_LICENSE() in

Re: linux-next: build warning after merge of the slave-dma tree

2018-07-03 Thread Vinod
Hi Stephen, On 04-07-18, 13:30, Stephen Rothwell wrote: > > After merging the slave-dma tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/fsl-edma-common.o Thanks for the report, I have fixed it by adding

Re: linux-next: build warning after merge of the slave-dma tree

2018-07-03 Thread Vinod
Hi Stephen, On 04-07-18, 13:30, Stephen Rothwell wrote: > > After merging the slave-dma tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/fsl-edma-common.o Thanks for the report, I have fixed it by adding

linux-next: build warning after merge of the slave-dma tree

2018-07-03 Thread Stephen Rothwell
Hi Vinod, After merging the slave-dma tree, today's linux-next build (x86_64 allmodconfig) produced this warning: WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/fsl-edma-common.o Introduced by commit 6ad069123f03 ("dmaengine: fsl-edma: extract common fsl-edma code (no changes in

linux-next: build warning after merge of the slave-dma tree

2018-07-03 Thread Stephen Rothwell
Hi Vinod, After merging the slave-dma tree, today's linux-next build (x86_64 allmodconfig) produced this warning: WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/fsl-edma-common.o Introduced by commit 6ad069123f03 ("dmaengine: fsl-edma: extract common fsl-edma code (no changes in

RE: linux-next: build warning after merge of the slave-dma tree

2016-06-09 Thread Appana Durga Kedareswara Rao
Hi Stephen Rothwell, > Hi Vinod, > > After merging the slave-dma tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/dma/xilinx/xilinx_vdma.c: In function 'xilinx_dma_prep_dma_cyclic': > drivers/dma/xilinx/xilinx_vdma.c:1808:23: warning: 'segment' may

RE: linux-next: build warning after merge of the slave-dma tree

2016-06-09 Thread Appana Durga Kedareswara Rao
Hi Stephen Rothwell, > Hi Vinod, > > After merging the slave-dma tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/dma/xilinx/xilinx_vdma.c: In function 'xilinx_dma_prep_dma_cyclic': > drivers/dma/xilinx/xilinx_vdma.c:1808:23: warning: 'segment' may

linux-next: build warning after merge of the slave-dma tree

2016-06-08 Thread Stephen Rothwell
Hi Vinod, After merging the slave-dma tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/dma/xilinx/xilinx_vdma.c: In function 'xilinx_dma_prep_dma_cyclic': drivers/dma/xilinx/xilinx_vdma.c:1808:23: warning: 'segment' may be used uninitialized in this

linux-next: build warning after merge of the slave-dma tree

2016-06-08 Thread Stephen Rothwell
Hi Vinod, After merging the slave-dma tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/dma/xilinx/xilinx_vdma.c: In function 'xilinx_dma_prep_dma_cyclic': drivers/dma/xilinx/xilinx_vdma.c:1808:23: warning: 'segment' may be used uninitialized in this

Re: linux-next: build warning after merge of the slave-dma tree

2015-03-30 Thread Appana Durga Kedareswara Rao
Hi Stephen Rothwell, I will fix this and will send a patch. Regards, Kedar. On 3/30/2015 11:50 AM, Stephen Rothwell wrote: Hi Vinod, After merging the slave-dma tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: In file included from

linux-next: build warning after merge of the slave-dma tree

2015-03-30 Thread Stephen Rothwell
Hi Vinod, After merging the slave-dma tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: 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,

linux-next: build warning after merge of the slave-dma tree

2015-03-30 Thread Stephen Rothwell
Hi Vinod, After merging the slave-dma tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: 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,

Re: linux-next: build warning after merge of the slave-dma tree

2015-03-30 Thread Appana Durga Kedareswara Rao
Hi Stephen Rothwell, I will fix this and will send a patch. Regards, Kedar. On 3/30/2015 11:50 AM, Stephen Rothwell wrote: Hi Vinod, After merging the slave-dma tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: In file included from