]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 18 Oct 2012 01:45:11 +0000 (09:45 +0800)
commit946a590c3e1af3a7403f5d23630d35cd38e9a626
treee0952b676863db2ca302adf99387f3725ecf9759
parentd1a0d08410b52a417d97368dab674ac7a1a97b66
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