mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
devfreq: wmark: active: add GPL module license
Add GPL module license to able to use the symbols that are exported by "EXPORT_SYMBOL_GPL". Bug 200299507 Change-Id: I127507b86392ebc20f5d04a747c528e788d87294 Signed-off-by: Joseph Lo <josephl@nvidia.com> Reviewed-on: http://git-master/r/1478916 Reviewed-on: https://git-master.nvidia.com/r/1551729 (cherry picked from linux-4.9 commit aa85b2d73b55496faabf0deae896d021bda7d8c8) Reviewed-on: https://git-master.nvidia.com/r/1770154 Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Timo Alho <talho@nvidia.com> Tested-by: Timo Alho <talho@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
1aeace4daf
commit
164daa17cc
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved.
|
* Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms and conditions of the GNU General Public License,
|
* under the terms and conditions of the GNU General Public License,
|
||||||
@@ -355,3 +355,4 @@ static void __exit devfreq_watermark_exit(void)
|
|||||||
|
|
||||||
rootfs_initcall(devfreq_watermark_init);
|
rootfs_initcall(devfreq_watermark_init);
|
||||||
module_exit(devfreq_watermark_exit);
|
module_exit(devfreq_watermark_exit);
|
||||||
|
MODULE_LICENSE("GPL v2");
|
||||||
|
|||||||
Reference in New Issue
Block a user