linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: pxa2xx: add MODULE_LICENSE
@ 2017-12-02  9:40 Daniel Axtens
  2017-12-02 16:02 ` Linus Walleij
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Axtens @ 2017-12-02  9:40 UTC (permalink / raw)
  To: linux-arm-kernel

This fixes the following warning on an allmodconfig build:
WARNING: modpost: missing MODULE_LICENSE() in drivers/pinctrl/pxa/pinctrl-pxa2xx.o

This matches the license in the header.

Signed-off-by: Daniel Axtens <dja@axtens.net>
---
 drivers/pinctrl/pxa/pinctrl-pxa2xx.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/pinctrl/pxa/pinctrl-pxa2xx.c b/drivers/pinctrl/pxa/pinctrl-pxa2xx.c
index 866aa3ce1ac9..3d67fca5ae21 100644
--- a/drivers/pinctrl/pxa/pinctrl-pxa2xx.c
+++ b/drivers/pinctrl/pxa/pinctrl-pxa2xx.c
@@ -436,3 +436,5 @@ int pxa2xx_pinctrl_exit(struct platform_device *pdev)
 	return 0;
 }
 EXPORT_SYMBOL_GPL(pxa2xx_pinctrl_exit);
+
+MODULE_LICENSE("GPL v2");
-- 
2.11.0

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

* [PATCH] pinctrl: pxa2xx: add MODULE_LICENSE
  2017-12-02  9:40 [PATCH] pinctrl: pxa2xx: add MODULE_LICENSE Daniel Axtens
@ 2017-12-02 16:02 ` Linus Walleij
  2017-12-03  1:03   ` Daniel Axtens
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2017-12-02 16:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Dec 2, 2017 at 10:40 AM, Daniel Axtens <dja@axtens.net> wrote:

> This fixes the following warning on an allmodconfig build:
> WARNING: modpost: missing MODULE_LICENSE() in drivers/pinctrl/pxa/pinctrl-pxa2xx.o
>
> This matches the license in the header.
>
> Signed-off-by: Daniel Axtens <dja@axtens.net>

Somebody patches this too. Sorry!

Thanks anyway!

Yours,
Linus Walleij

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

* [PATCH] pinctrl: pxa2xx: add MODULE_LICENSE
  2017-12-02 16:02 ` Linus Walleij
@ 2017-12-03  1:03   ` Daniel Axtens
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Axtens @ 2017-12-03  1:03 UTC (permalink / raw)
  To: linux-arm-kernel

Linus Walleij <linus.walleij@linaro.org> writes:

> On Sat, Dec 2, 2017 at 10:40 AM, Daniel Axtens <dja@axtens.net> wrote:
>
>> This fixes the following warning on an allmodconfig build:
>> WARNING: modpost: missing MODULE_LICENSE() in drivers/pinctrl/pxa/pinctrl-pxa2xx.o
>>
>> This matches the license in the header.
>>
>> Signed-off-by: Daniel Axtens <dja@axtens.net>
>
> Somebody patches this too. Sorry!
No worries, apologies for the noise!

Regards,
Daniel
>
> Thanks anyway!
>
> Yours,
> Linus Walleij

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

end of thread, other threads:[~2017-12-03  1:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02  9:40 [PATCH] pinctrl: pxa2xx: add MODULE_LICENSE Daniel Axtens
2017-12-02 16:02 ` Linus Walleij
2017-12-03  1:03   ` Daniel Axtens

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).