dmaengine: zynqmp_dma: add missing MODULE_LICENSE
authorArnd Bergmann <arnd@arndb.de>
Tue, 19 Jul 2016 08:43:49 +0000 (10:43 +0200)
committerVinod Koul <vinod.koul@intel.com>
Sun, 24 Jul 2016 06:25:17 +0000 (11:55 +0530)
commite94570a36bda79b9f87abd283d7277b6a92c508d
tree88220062bacee8c460cf413f48a77a3d8191785d
parentd8cc38dd965d6b2ea657c142d4fd0a0a3ba9dec4
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: Arnd Bergmann <arnd@arndb.de>
Acked-by: Kedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/xilinx/zynqmp_dma.c