Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d54b04f authored by Jordan Crouse's avatar Jordan Crouse
Browse files

PM / devfreq: Add MODULE_LICENSE for arm-memlat-mon



Fix the following warning from modpost:

   WARNING: modpost: missing MODULE_LICENSE() in drivers/devfreq/arm-memlat-mon.o

Fixes: a4e0d26f ("PM / devfreq: Introduce a memory-latency governor")
Change-Id: Ic0dedbad2d3462ee407e5f2d5bcb9ded6e6ac83f
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent dc88f358
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2014-2018, 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2014-2020, The Linux Foundation. All rights reserved.
 */

#define pr_fmt(fmt) "arm-memlat-mon: " fmt
@@ -739,3 +739,4 @@ static struct platform_driver arm_memlat_mon_driver = {
};

module_platform_driver(arm_memlat_mon_driver);
MODULE_LICENSE("GPL v2");