diff options
| author | Kalle Valo <kvalo@codeaurora.org> | 2017-06-28 22:10:48 +0300 |
|---|---|---|
| committer | Kalle Valo <kvalo@codeaurora.org> | 2017-06-28 22:10:48 +0300 |
| commit | fdcbe65d618af080ee23229f0137ffd37f2de36b (patch) | |
| tree | d94ef2e9b7eab0d1272df38dc0649d53163029fd /drivers/net/wireless/ath/ath10k/thermal.c | |
| parent | 3334c28ec56cfaa7c25931711eb2bda4a92d0712 (diff) | |
| parent | 6788a3832c706c541d8a8227076eddde47446c8a (diff) | |
| download | linux-fdcbe65d618af080ee23229f0137ffd37f2de36b.tar.xz | |
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
ath.git patches for 4.13. Major changes:
Only bugfixes or cleanups, no new features.
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/thermal.c')
| -rw-r--r-- | drivers/net/wireless/ath/ath10k/thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/thermal.c b/drivers/net/wireless/ath/ath10k/thermal.c index 87948aff1bd5..ef717b631ff8 100644 --- a/drivers/net/wireless/ath/ath10k/thermal.c +++ b/drivers/net/wireless/ath/ath10k/thermal.c @@ -63,7 +63,7 @@ ath10k_thermal_set_cur_throttle_state(struct thermal_cooling_device *cdev, return 0; } -static struct thermal_cooling_device_ops ath10k_thermal_ops = { +static const struct thermal_cooling_device_ops ath10k_thermal_ops = { .get_max_state = ath10k_thermal_get_max_throttle_state, .get_cur_state = ath10k_thermal_get_cur_throttle_state, .set_cur_state = ath10k_thermal_set_cur_throttle_state, |
