All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: dmaengine@vger.kernel.org
Cc: angelo@sysam.it, Vinod Koul <vkoul@kernel.org>
Subject: dmaengine: fsl-edma-common: Add missing MODULE_LICENSE
Date: Wed,  4 Jul 2018 10:31:59 +0530	[thread overview]
Message-ID: <20180704050159.21225-1-vkoul@kernel.org> (raw)

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");

             reply	other threads:[~2018-07-04  5:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-04  5:01 Vinod Koul [this message]
2018-07-04  6:31 dmaengine: fsl-edma-common: Add missing MODULE_LICENSE Angelo Dureghello

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180704050159.21225-1-vkoul@kernel.org \
    --to=vkoul@kernel.org \
    --cc=angelo@sysam.it \
    --cc=dmaengine@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.