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>
This commit is contained in:
Sandeep Patil 2016-05-13 12:00:56 -07:00 коммит произвёл Greg Kroah-Hartman
Родитель 6458492e9c
Коммит a974f469ff
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -754,6 +754,6 @@ static void __exit arche_exit(void)
} }
module_exit(arche_exit); module_exit(arche_exit);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Vaibhav Hiremath <vaibhav.hiremath@linaro.org>"); MODULE_AUTHOR("Vaibhav Hiremath <vaibhav.hiremath@linaro.org>");
MODULE_DESCRIPTION("Arche Platform Driver"); MODULE_DESCRIPTION("Arche Platform Driver");