linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpio: aspeed: add MODULE_LICENSE()
@ 2016-09-13 11:45 Linus Walleij
  2016-09-13 11:54 ` Joel Stanley
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2016-09-13 11:45 UTC (permalink / raw)
  To: linux-gpio, Alexandre Courbot
  Cc: Linus Walleij, Joel Stanley, Alistair Popple, Jeremy Kerr,
	Andrew Jeffery

The build complains about missing MODULE_LICENSE() in
the Aspeed GPIO driver. The license is evident from the
file header, put in "GPL".

Cc: Joel Stanley <joel@jms.id.au>
Cc: Alistair Popple <alistair@popple.id.au>
Cc: Jeremy Kerr <jk@ozlabs.org>
Cc: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/gpio/gpio-aspeed.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/gpio-aspeed.c b/drivers/gpio/gpio-aspeed.c
index 64348a6fb60f..9f7266e05f0a 100644
--- a/drivers/gpio/gpio-aspeed.c
+++ b/drivers/gpio/gpio-aspeed.c
@@ -455,3 +455,4 @@ static struct platform_driver aspeed_gpio_driver = {
 module_platform_driver_probe(aspeed_gpio_driver, aspeed_gpio_probe);
 
 MODULE_DESCRIPTION("Aspeed GPIO Driver");
+MODULE_LICENSE("GPL");
-- 
2.7.4


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

* Re: [PATCH] gpio: aspeed: add MODULE_LICENSE()
  2016-09-13 11:45 [PATCH] gpio: aspeed: add MODULE_LICENSE() Linus Walleij
@ 2016-09-13 11:54 ` Joel Stanley
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Stanley @ 2016-09-13 11:54 UTC (permalink / raw)
  To: Linus Walleij
  Cc: linux-gpio, Alexandre Courbot, Alistair Popple, Jeremy Kerr,
	Andrew Jeffery

On Tue, Sep 13, 2016 at 9:15 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> The build complains about missing MODULE_LICENSE() in
> the Aspeed GPIO driver. The license is evident from the
> file header, put in "GPL".

Acked-by: Joel Stanley <joel@jms.id.au>

Either take this or apply https://lkml.org/lkml/2016/9/13/10.

Cheers,

Joel

>
> Cc: Joel Stanley <joel@jms.id.au>
> Cc: Alistair Popple <alistair@popple.id.au>
> Cc: Jeremy Kerr <jk@ozlabs.org>
> Cc: Andrew Jeffery <andrew@aj.id.au>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
>  drivers/gpio/gpio-aspeed.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpio/gpio-aspeed.c b/drivers/gpio/gpio-aspeed.c
> index 64348a6fb60f..9f7266e05f0a 100644
> --- a/drivers/gpio/gpio-aspeed.c
> +++ b/drivers/gpio/gpio-aspeed.c
> @@ -455,3 +455,4 @@ static struct platform_driver aspeed_gpio_driver = {
>  module_platform_driver_probe(aspeed_gpio_driver, aspeed_gpio_probe);
>
>  MODULE_DESCRIPTION("Aspeed GPIO Driver");
> +MODULE_LICENSE("GPL");
> --
> 2.7.4
>

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

end of thread, other threads:[~2016-09-13 11:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-13 11:45 [PATCH] gpio: aspeed: add MODULE_LICENSE() Linus Walleij
2016-09-13 11:54 ` Joel Stanley

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