Message ID | 1473767118-11118-1-git-send-email-linus.walleij@linaro.org |
---|---|
State | Accepted |
Commit | e50237c7c298f7966f8445efc7119f87d3add484 |
Headers | show |
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 --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");
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(+) -- 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