staging: android: ion_test: Add the MODULE_LICENSE macro
authorPhong Tran <tranmanphong@gmail.com>
Thu, 2 Apr 2015 14:36:05 +0000 (21:36 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Apr 2015 13:13:52 +0000 (15:13 +0200)
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>
drivers/staging/android/ion/ion_test.c

index 654acb5..3bc461c 100644 (file)
@@ -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");