Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e50237c7 authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: aspeed: add MODULE_LICENSE()



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

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Cc: Alistair Popple <alistair@popple.id.au>
Cc: Jeremy Kerr <jk@ozlabs.org>
Cc: Andrew Jeffery <andrew@aj.id.au>
Acked-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 0a1e0053
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");