Re: [PATCH 1/2] Thermal: Move struct thermal_cooling_device_instance to thermal.h

2012-08-15 Thread Hongbo Zhang
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

[PATCH 1/2] Thermal: Move struct thermal_cooling_device_instance to thermal.h

2012-08-10 Thread hongbo.zhang
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 ---