diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/therm_est.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/therm_est.h b/include/linux/therm_est.h index 85284a5fe..5c5d916ce 100644 --- a/include/linux/therm_est.h +++ b/include/linux/therm_est.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * include/linux/therm_est.h | 2 | * include/linux/therm_est.h |
| 3 | * | 3 | * |
| 4 | * Copyright (c) 2010-2020, NVIDIA CORPORATION. All rights reserved. | 4 | * Copyright (c) 2010-2021, NVIDIA CORPORATION. All rights reserved. |
| 5 | * | 5 | * |
| 6 | * This software is licensed under the terms of the GNU General Public | 6 | * This software is licensed under the terms of the GNU General Public |
| 7 | * License version 2, as published by the Free Software Foundation, and | 7 | * License version 2, as published by the Free Software Foundation, and |
| @@ -187,7 +187,7 @@ struct fan_dev_data { | |||
| 187 | struct delayed_work fan_ramp_pwm_work; | 187 | struct delayed_work fan_ramp_pwm_work; |
| 188 | struct delayed_work fan_ramp_rpm_work; | 188 | struct delayed_work fan_ramp_rpm_work; |
| 189 | struct device *pwm_tach_dev; | 189 | struct device *pwm_tach_dev; |
| 190 | struct mutex pwm_set; | 190 | struct completion pwm_set; |
| 191 | bool fan_rpm_in_limits; | 191 | bool fan_rpm_in_limits; |
| 192 | int rpm_valid_retry_delay; | 192 | int rpm_valid_retry_delay; |
| 193 | int rpm_invalid_retry_delay; | 193 | int rpm_invalid_retry_delay; |
