aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhong Tran <[email protected]>2015-04-02 21:36:05 +0700
committerGreg Kroah-Hartman <[email protected]>2015-04-03 15:13:52 +0200
commit86d7b29e12b3bfba9b46761448476c878cf6e8b1 (patch)
treefedcca2bde09718e36b5bd4cff14f3440e04b360
parenta6388e68321a1e0a0f408379c2a36396807745b3 (diff)
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/android/ion/ion_test.c1
1 files changed, 1 insertions, 0 deletions
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");