]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpio: aspeed: add MODULE_LICENSE()
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 13 Sep 2016 11:43:34 +0000 (13:43 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 13 Sep 2016 12:00:39 +0000 (14:00 +0200)
commite50237c7c298f7966f8445efc7119f87d3add484
tree391d89581d9c038440d51fb34b88bc694c1bbccd
parent0a1e005374910180c30247386992565b05109eac
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>
drivers/gpio/gpio-aspeed.c