aboutsummaryrefslogtreecommitdiffstats
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
parentstaging: vt6655: use ieee80211_tx_info to select packet type. (diff)
downloadlinux-dev-86d7b29e12b3bfba9b46761448476c878cf6e8b1.tar.xz
linux-dev-86d7b29e12b3bfba9b46761448476c878cf6e8b1.zip
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 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");