Commit 86d7b29e authored by Phong Tran's avatar Phong Tran Committed by Greg Kroah-Hartman
Browse files

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: default avatarPhong Tran <tranmanphong@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a6388e68
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -280,3 +280,4 @@ static void __exit ion_test_exit(void)

module_init(ion_test_init);
module_exit(ion_test_exit);
MODULE_LICENSE("GPL v2");