aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-platform.c
diff options
context:
space:
mode:
authorSandeep Patil <sspatil@google.com>2016-05-13 12:00:56 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2016-05-14 11:20:53 +0200
commita974f469ff097f8f6e242f3ef5b26ba3604fbaf2 (patch)
tree901b11333b97cf46c72b7292971e10da909e705f /drivers/staging/greybus/arche-platform.c
parentgreybus: gpbridge: add uevent vars for gpbridge devices (diff)
downloadlinux-dev-a974f469ff097f8f6e242f3ef5b26ba3604fbaf2.tar.xz
linux-dev-a974f469ff097f8f6e242f3ef5b26ba3604fbaf2.zip
greybus: arche-platform: Fix the MODULE_LICENSE to match with header
The header calls out the license to be GPL v2, while the module declares itself as "GPL" Testing Done: Trivial Signed-off-by: Sandeep Patil <sspatil@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/arche-platform.c')
-rw-r--r--drivers/staging/greybus/arche-platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c
index 83d823cf5232..e3854349b36c 100644
--- a/drivers/staging/greybus/arche-platform.c
+++ b/drivers/staging/greybus/arche-platform.c
@@ -754,6 +754,6 @@ static void __exit arche_exit(void)
}
module_exit(arche_exit);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Vaibhav Hiremath <vaibhav.hiremath@linaro.org>");
MODULE_DESCRIPTION("Arche Platform Driver");