diff options
author | Phong Tran <tranmanphong@gmail.com> | 2015-04-02 16:36:05 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-04-03 15:13:52 +0200 |
commit | 86d7b29e12b3bfba9b46761448476c878cf6e8b1 (patch) | |
tree | fedcca2bde09718e36b5bd4cff14f3440e04b360 /drivers | |
parent | staging: vt6655: use ieee80211_tx_info to select packet type. (diff) | |
download | linux-86d7b29e12b3bfba9b46761448476c878cf6e8b1.tar.xz linux-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')
-rw-r--r-- | drivers/staging/android/ion/ion_test.c | 1 |
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"); |