[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <05c6b697-c2ca-85f2-afd6-d234bc9c1560@ti.com>
Date: Mon, 14 May 2018 09:45:52 +0300
From: Peter Ujfalusi <peter.ujfalusi@...com>
To: Randy Dunlap <rdunlap@...radead.org>,
LKML <linux-kernel@...r.kernel.org>,
<linux-omap@...r.kernel.org>,
moderated for non-subscribers <alsa-devel@...a-project.org>
CC: Andrew Morton <akpm@...ux-foundation.org>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jarkko Nikula <jarkko.nikula@...mer.com>,
Stephen Rothwell <sfr@...b.auug.org.au>
Subject: Re: [PATCH -next] ASoC: omap: add sdma-pcm.c MODULE_LICENSE
Hi,
On 2018-05-13 04:41, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@...radead.org>
>
> ASoC: omap: add sdma-pcm.c MODULE_LICENSE
>
> Fixes this build warning:
>
> WARNING: modpost: missing MODULE_LICENSE() in sound/soc/omap/snd-soc-sdma.o
I have already submitted a fix:
http://mailman.alsa-project.org/pipermail/alsa-devel/2018-May/135940.html
>
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Peter Ujfalusi <peter.ujfalusi@...com>
> Cc: Jarkko Nikula <jarkko.nikula@...mer.com>
> Cc: Liam Girdwood <lgirdwood@...il.com>
> Cc: Mark Brown <broonie@...nel.org>
> ---
> sound/soc/omap/sdma-pcm.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> --- linux-next-20180510.orig/sound/soc/omap/sdma-pcm.c
> +++ linux-next-20180510/sound/soc/omap/sdma-pcm.c
> @@ -9,6 +9,7 @@
> #include <sound/pcm_params.h>
> #include <sound/soc.h>
> #include <sound/dmaengine_pcm.h>
> +#include <linux/module.h>
> #include <linux/omap-dma.h>
>
> #include "sdma-pcm.h"
> @@ -66,3 +67,5 @@ int sdma_pcm_platform_register(struct de
> return devm_snd_dmaengine_pcm_register(dev, config, flags);
> }
> EXPORT_SYMBOL_GPL(sdma_pcm_platform_register);
> +
> +MODULE_LICENSE("GPL v2");
>
- Péter
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
Powered by blists - more mailing lists