aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-09-13 13:43:34 +0200
committerLinus Walleij <linus.walleij@linaro.org>2016-09-13 14:00:39 +0200
commite50237c7c298f7966f8445efc7119f87d3add484 (patch)
tree391d89581d9c038440d51fb34b88bc694c1bbccd /drivers/gpio
parentgpiolib: Forbid irqchip default trigger for ACPI enumerated devices (diff)
downloadlinux-dev-e50237c7c298f7966f8445efc7119f87d3add484.tar.xz
linux-dev-e50237c7c298f7966f8445efc7119f87d3add484.zip
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-aspeed.c1
1 files changed, 1 insertions, 0 deletions
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");