Thermal: Move thermal_instance to thermal_core.h
authorDurgadoss R <durgadoss.r@intel.com>
Tue, 18 Sep 2012 05:34:53 +0000 (11:04 +0530)
committerZhang Rui <rui.zhang@intel.com>
Mon, 5 Nov 2012 05:56:32 +0000 (13:56 +0800)
commit71350db43b4c5c4da59b729c805f00ff6675b99d
treeb1fdba40aa6849f4392160ea3e0ff581f30fa6c7
parent23064088d6aea049746755e9851760620921a80b
Thermal: Move thermal_instance to thermal_core.h

This patch creates a thermal_core.h file which can contain
all defines used by the core thermal framework files. For
now, move the thermal_instance structure to thermal_core.h
This structure is used by files under drivers/thermal/.

Signed-off-by: Durgadoss R <durgadoss.r@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/thermal_core.h [new file with mode: 0644]
drivers/thermal/thermal_sys.c