mirror of https://gitee.com/openkylin/linux.git
staging: android: ion_test: Add the MODULE_LICENSE macro
Base on the file comment should define GPL v2 for ion test driver Signed-off-by: Phong Tran <tranmanphong@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a6388e6832
commit
86d7b29e12
|
@ -280,3 +280,4 @@ static void __exit ion_test_exit(void)
|
||||||
|
|
||||||
module_init(ion_test_init);
|
module_init(ion_test_init);
|
||||||
module_exit(ion_test_exit);
|
module_exit(ion_test_exit);
|
||||||
|
MODULE_LICENSE("GPL v2");
|
||||||
|
|
Loading…
Reference in New Issue