Browse Source

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>
Phong Tran 10 years ago
parent
commit
86d7b29e12
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/android/ion/ion_test.c

+ 1 - 0
drivers/staging/android/ion/ion_test.c

@@ -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");