All of lore.kernel.org
 help / color / mirror / Atom feed
* dmaengine: fsl-edma-common: Add missing MODULE_LICENSE
@ 2018-07-04  6:31 Angelo Dureghello
  0 siblings, 0 replies; 2+ messages in thread
From: Angelo Dureghello @ 2018-07-04  6:31 UTC (permalink / raw)
  To: Vinod Koul; +Cc: dmaengine

Reviewed-by: Angelo Dureghello <angelo@sysam.it>


Many thanks,
Angelo

On Wed, Jul 04, 2018 at 10:31:59AM +0530, Vinod Koul wrote:
> Commit 9bfdea6db982: ("dmaengine: fsl-edma: extract common fsl-edma
> code") introduced a common module from FSL routines but missed adding
> MODULE_LICENSE tag resulting in warning:
> 
> WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/fsl-edma-common.o
> 
> Fixes: 9bfdea6db982: ("dmaengine: fsl-edma: extract common fsl-edma code")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
>  drivers/dma/fsl-edma-common.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/dma/fsl-edma-common.c b/drivers/dma/fsl-edma-common.c
> index 17d677bd11f9..fd4333995a0e 100644
> --- a/drivers/dma/fsl-edma-common.c
> +++ b/drivers/dma/fsl-edma-common.c
> @@ -668,3 +668,5 @@ void fsl_edma_setup_regs(struct fsl_edma_engine *edma)
>  	edma->regs.tcd = edma->membase + EDMA_TCD;
>  }
>  EXPORT_SYMBOL_GPL(fsl_edma_setup_regs);
> +
> +MODULE_LICENSE("GPL v2");
> -- 
> 2.14.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe dmaengine" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
---
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* dmaengine: fsl-edma-common: Add missing MODULE_LICENSE
@ 2018-07-04  5:01 Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2018-07-04  5:01 UTC (permalink / raw)
  To: dmaengine; +Cc: angelo, Vinod Koul

Commit 9bfdea6db982: ("dmaengine: fsl-edma: extract common fsl-edma
code") introduced a common module from FSL routines but missed adding
MODULE_LICENSE tag resulting in warning:

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

Fixes: 9bfdea6db982: ("dmaengine: fsl-edma: extract common fsl-edma code")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 drivers/dma/fsl-edma-common.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/dma/fsl-edma-common.c b/drivers/dma/fsl-edma-common.c
index 17d677bd11f9..fd4333995a0e 100644
--- a/drivers/dma/fsl-edma-common.c
+++ b/drivers/dma/fsl-edma-common.c
@@ -668,3 +668,5 @@ void fsl_edma_setup_regs(struct fsl_edma_engine *edma)
 	edma->regs.tcd = edma->membase + EDMA_TCD;
 }
 EXPORT_SYMBOL_GPL(fsl_edma_setup_regs);
+
+MODULE_LICENSE("GPL v2");

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

end of thread, other threads:[~2018-07-04  6:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-04  6:31 dmaengine: fsl-edma-common: Add missing MODULE_LICENSE Angelo Dureghello
  -- strict thread matches above, loose matches on Subject: below --
2018-07-04  5:01 Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.