aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/cpu_cooling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c
index 6f94c2cac1f0..836828e29a87 100644
--- a/drivers/thermal/cpu_cooling.c
+++ b/drivers/thermal/cpu_cooling.c
@@ -313,7 +313,7 @@ static struct notifier_block thermal_cpufreq_notifier_block = {
313 * @clip_cpus: cpumask of cpus where the frequency constraints will happen. 313 * @clip_cpus: cpumask of cpus where the frequency constraints will happen.
314 */ 314 */
315struct thermal_cooling_device *cpufreq_cooling_register( 315struct thermal_cooling_device *cpufreq_cooling_register(
316 struct cpumask *clip_cpus) 316 const struct cpumask *clip_cpus)
317{ 317{
318 struct thermal_cooling_device *cool_dev; 318 struct thermal_cooling_device *cool_dev;
319 struct cpufreq_cooling_device *cpufreq_dev = NULL; 319 struct cpufreq_cooling_device *cpufreq_dev = NULL;