From: Angelo Dureghello <angelo@sysam.it>
To: Vinod Koul <vkoul@kernel.org>
Cc: dmaengine@vger.kernel.org
Subject: dmaengine: fsl-edma-common: Add missing MODULE_LICENSE
Date: Wed, 4 Jul 2018 08:31:04 +0200 [thread overview]
Message-ID: <20180704063104.GC9939@jerusalem> (raw)
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
next reply other threads:[~2018-07-04 6:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-04 6:31 Angelo Dureghello [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-07-04 5:01 dmaengine: fsl-edma-common: Add missing MODULE_LICENSE Vinod Koul
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=20180704063104.GC9939@jerusalem \
--to=angelo@sysam.it \
--cc=dmaengine@vger.kernel.org \
--cc=vkoul@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).