From: Phong Tran Date: Thu, 2 Apr 2015 14:36:05 +0000 (+0700) Subject: staging: android: ion_test: Add the MODULE_LICENSE macro X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=86d7b29e12b3bfba9b46761448476c878cf6e8b1;p=linux-beck.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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/android/ion/ion_test.c b/drivers/staging/android/ion/ion_test.c index 654acb5c8eba..3bc461cbbfa3 100644 --- a/drivers/staging/android/ion/ion_test.c +++ b/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");