summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-104-idio-16.c
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2016-02-01 18:51:49 -0500
committerLinus Walleij <linus.walleij@linaro.org>2016-02-16 00:19:50 +0100
commit22aeddb58dcc920cf2f78652c01272d9dff3d30a (patch)
tree13b9604273690ca91f4cf98791cbe9c6b499ed8d /drivers/gpio/gpio-104-idio-16.c
parent33a68e86fd7741f782c71a0daa9111b352e94445 (diff)
downloadlinux-0-day-22aeddb58dcc920cf2f78652c01272d9dff3d30a.tar.gz
linux-0-day-22aeddb58dcc920cf2f78652c01272d9dff3d30a.tar.xz
gpio: misc: Pass correct license string to MODULE_LICENSE
The GPIO driver copyright boilerplate lacks the "or later" verbiage regarding GPL compliant distribution. The MODULE_LICENSE string should reflect the actual copyright license terms used. Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-104-idio-16.c')
-rw-r--r--drivers/gpio/gpio-104-idio-16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-104-idio-16.c b/drivers/gpio/gpio-104-idio-16.c
index 4d69b50b2d844..d0f797662845f 100644
--- a/drivers/gpio/gpio-104-idio-16.c
+++ b/drivers/gpio/gpio-104-idio-16.c
@@ -317,4 +317,4 @@ module_exit(idio_16_exit);
MODULE_AUTHOR("William Breathitt Gray <vilhelm.gray@gmail.com>");
MODULE_DESCRIPTION("ACCES 104-IDIO-16 GPIO driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");