Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Stephen 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: Joel Stanley <joel@jms.id.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+1
+1
drivers/gpio/gpio-aspeed.c
··· 455 455 module_platform_driver_probe(aspeed_gpio_driver, aspeed_gpio_probe); 456 456 457 457 MODULE_DESCRIPTION("Aspeed GPIO Driver"); 458 + MODULE_LICENSE("GPL");