]> 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>
Mon, 24 Sep 2012 06:44:38 +0000 (14:44 +0800)
commitf273ae81ee3225ea3f0c75d62bc5d1a45614c09d
tree009273001d530abd359ac12e19afcfa857a8cf97
parent89d4f893019391088b3c1e5f9aea9fcc696370d4
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