Add more people into list.
On 10 August 2012 19:20, hongbo.zhang wrote:
> From: "hongbo.zhang"
>
> A thermal driver may need to walk through the cooling devices binded to
> itself, which are listed in cooling_devices of thermal_zone_device, and
> this goal cannot be achieved without moving this
From: "hongbo.zhang"
A thermal driver may need to walk through the cooling devices binded to
itself, which are listed in cooling_devices of thermal_zone_device, and
this goal cannot be achieved without moving this structure declaration
to the public header file.
Signed-off-by: hongbo.zhang
---