diff mbox

gpio: aspeed: add MODULE_LICENSE()

Message ID 1473767118-11118-1-git-send-email-linus.walleij@linaro.org
State New
Headers show

Commit Message

Linus Walleij Sept. 13, 2016, 11:45 a.m. UTC
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(+)

Comments

Joel Stanley Sept. 13, 2016, 11:54 a.m. UTC | #1
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
>
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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