Re: [PATCH] dmaengine: zynqmp_dma: add missing MODULE_LICENSE

2016-07-23 Thread Vinod Koul
On Tue, Jul 19, 2016 at 10:43:49AM +0200, Arnd Bergmann wrote: > We get a warning about the missing MODULE_LICENSE tag for this newly > added driver module: > > WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/xilinx/zynqmp_dma.o > see include/linux/module.h for more information > > This

RE: [PATCH] dmaengine: zynqmp_dma: add missing MODULE_LICENSE

2016-07-19 Thread Appana Durga Kedareswara Rao
> > We get a warning about the missing MODULE_LICENSE tag for this newly added > driver module: > > WARNING: modpost: missing MODULE_LICENSE() in > drivers/dma/xilinx/zynqmp_dma.o see include/linux/module.h for more > information > > This adds a "GPL" license, matching the "version 2 or later"

[PATCH] dmaengine: zynqmp_dma: add missing MODULE_LICENSE

2016-07-19 Thread Arnd Bergmann
We get a warning about the missing MODULE_LICENSE tag for this newly added driver module: WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/xilinx/zynqmp_dma.o see include/linux/module.h for more information This adds a "GPL" license, matching the "version 2 or later" information in the c