From 164daa17cca2b942b7334798c0d72879eee9babf Mon Sep 17 00:00:00 2001 From: Joseph Lo Date: Wed, 10 May 2017 15:33:04 +0800 Subject: [PATCH] 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 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 GVS: Gerrit_Virtual_Submit Reviewed-by: Timo Alho Tested-by: Timo Alho Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/devfreq/governor_wmark_active.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/devfreq/governor_wmark_active.c b/drivers/devfreq/governor_wmark_active.c index 4f02d2e9..4f6d41c7 100644 --- a/drivers/devfreq/governor_wmark_active.c +++ b/drivers/devfreq/governor_wmark_active.c @@ -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 * 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); module_exit(devfreq_watermark_exit); +MODULE_LICENSE("GPL v2");