]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 23 Nov 2017 10:01:49 +0000 (19:01 +0900)
committerSeth Forshee <seth.forshee@canonical.com>
Tue, 13 Feb 2018 13:30:22 +0000 (07:30 -0600)
commit569e225fe34bcbf208b94d34e3df41719019fe31
treeaa56d8775092839c5b0146cb0670d3bde9399e77
parent2978c1fa85983f10cc220d2a848c5ff5bec089e4
gpio: uniphier: fix mismatch between license text and MODULE_LICENSE

BugLink: http://bugs.launchpad.net/bugs/1749191
commit 13f9d59cef91a027bb338fc79b564fafa7680cd8 upstream.

The comment block of this file indicates GPL-2.0 "only", while the
MODULE_LICENSE is GPL-2.0 "or later", as include/linux/module.h
describes as follows:

  "GPL"                           [GNU Public License v2 or later]
  "GPL v2"                        [GNU Public License v2]

I am the author of this driver, and my intention is GPL-2.0 "only".

Fixes: dbe776c2ca54 ("gpio: uniphier: add UniPhier GPIO controller driver")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/gpio/gpio-uniphier.c