* cooling devices.
* @cpufreq_val: integer value representing the absolute value of the clipped
* frequency.
+ + * @max_level: maximum cooling level. One less than total number of valid
+ + * cpufreq frequencies.
* @allowed_cpus: all the cpus involved for this cpufreq_cooling_device.
++ * @node: list_head to link all cpufreq_cooling_device together.
*
- - * This structure is required for keeping information of each
- - * cpufreq_cooling_device registered. In order to prevent corruption of this a
- - * mutex lock cooling_cpufreq_lock is used.
+ + * This structure is required for keeping information of each registered
+ + * cpufreq_cooling_device.
*/
struct cpufreq_cooling_device {
int id;