diff options
| author | Daniel Lezcano <[email protected]> | 2019-12-19 23:53:17 +0100 |
|---|---|---|
| committer | Daniel Lezcano <[email protected]> | 2020-01-27 10:24:32 +0100 |
| commit | 23affa2e29c5faa8cb59778f71e3bce2c8b3aa5c (patch) | |
| tree | 494162b9032bc19ab827019f667d05d2cee29be1 /include/linux/clock_cooling.h | |
| parent | a4c428e523490bf53e9c4ba2d809130c58c06ac7 (diff) | |
thermal/drivers/cpu_cooling: Rename to cpufreq_cooling
As we introduced the idle injection cooling device called
cpuidle_cooling, let's be consistent and rename the cpu_cooling to
cpufreq_cooling as this one mitigates with OPPs changes.
Signed-off-by: Daniel Lezcano <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Reviewed-by: Amit Kucheria <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/linux/clock_cooling.h')
| -rw-r--r-- | include/linux/clock_cooling.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clock_cooling.h b/include/linux/clock_cooling.h index b5cebf766e02..4b0a69863656 100644 --- a/include/linux/clock_cooling.h +++ b/include/linux/clock_cooling.h @@ -7,7 +7,7 @@ * Copyright (C) 2013 Texas Instruments Inc. * Contact: Eduardo Valentin <[email protected]> * - * Highly based on cpu_cooling.c. + * Highly based on cpufreq_cooling.c. * Copyright (C) 2012 Samsung Electronics Co., Ltd(http://www.samsung.com) * Copyright (C) 2012 Amit Daniel <[email protected]> */ |