DMA Engine development
 help / color / mirror / Atom feed
* dmaengine: fsl-qdma: add MODULE_LICENSE
@ 2018-12-17  6:16 Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2018-12-17  6:16 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Dan Williams, Wen He, Jiaheng Fan, Peng Ma, dmaengine,
	linux-kernel

On 10-12-18, 21:55, Arnd Bergmann wrote:
> The newly added driver lacks a MODULE_LICENSE tag, which now produces
> a warning:
> 
> WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/fsl-qdma.o
> 
> Add the license according to the SPDX specifier.

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread
* dmaengine: fsl-qdma: add MODULE_LICENSE
@ 2018-12-10 20:55 Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2018-12-10 20:55 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Arnd Bergmann, Dan Williams, Wen He, Jiaheng Fan, Peng Ma,
	dmaengine, linux-kernel

The newly added driver lacks a MODULE_LICENSE tag, which now produces
a warning:

WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/fsl-qdma.o

Add the license according to the SPDX specifier.

Fixes: 75628c149b0d ("dmaengine: fsl-qdma: Add qDMA controller driver for Layerscape SoCs")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/dma/fsl-qdma.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/dma/fsl-qdma.c b/drivers/dma/fsl-qdma.c
index c18e3492090b..aa1d0ae3d207 100644
--- a/drivers/dma/fsl-qdma.c
+++ b/drivers/dma/fsl-qdma.c
@@ -1255,4 +1255,5 @@ static struct platform_driver fsl_qdma_driver = {
 module_platform_driver(fsl_qdma_driver);
 
 MODULE_ALIAS("platform:fsl-qdma");
+MODULE_LICENSE("GPL v2");
 MODULE_DESCRIPTION("NXP Layerscape qDMA engine driver");

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-17  6:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-17  6:16 dmaengine: fsl-qdma: add MODULE_LICENSE Vinod Koul
  -- strict thread matches above, loose matches on Subject: below --
2018-12-10 20:55 Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox