Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e94570a3 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Vinod Koul
Browse files

dmaengine: zynqmp_dma: add missing MODULE_LICENSE



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 comment at the start of the file.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarKedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent d8cc38dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1146,5 +1146,6 @@ static struct platform_driver zynqmp_dma_driver = {


module_platform_driver(zynqmp_dma_driver);
module_platform_driver(zynqmp_dma_driver);


MODULE_LICENSE("GPL");
MODULE_AUTHOR("Xilinx, Inc.");
MODULE_AUTHOR("Xilinx, Inc.");
MODULE_DESCRIPTION("Xilinx ZynqMP DMA driver");
MODULE_DESCRIPTION("Xilinx ZynqMP DMA driver");