summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorPhong Tran <tranmanphong@gmail.com>2015-04-02 21:36:05 +0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-04-03 15:13:52 +0200
commit86d7b29e12b3bfba9b46761448476c878cf6e8b1 (patch)
treefedcca2bde09718e36b5bd4cff14f3440e04b360 /drivers/staging
parenta6388e68321a1e0a0f408379c2a36396807745b3 (diff)
downloadop-kernel-dev-86d7b29e12b3bfba9b46761448476c878cf6e8b1.zip
op-kernel-dev-86d7b29e12b3bfba9b46761448476c878cf6e8b1.tar.gz
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>
Diffstat (limited to 'drivers/staging')
-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 654acb5..3bc461c 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");
OpenPOWER on IntegriCloud