From de4dbca70de6809b3681a36a8ac5c4c19244ebca Mon Sep 17 00:00:00 2001 From: Hyungwoo Yang Date: Thu, 3 Jan 2013 16:33:36 -0800 Subject: drivers: misc: therm_est: add get_trend using dT/dt Added get_trend to use dTemp/dTime in trend calculation. Bug 1158323 Change-Id: I7a3e80a768e3ebd72f657222eb0d3b546a3fabba Signed-off-by: Hyungwoo Yang Reviewed-on: http://git-master/r/188582 --- include/linux/therm_est.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/linux/therm_est.h b/include/linux/therm_est.h index 8d48ed1db..514c5aeac 100644 --- a/include/linux/therm_est.h +++ b/include/linux/therm_est.h @@ -40,6 +40,8 @@ struct therm_est_data { long polling_period; int passive_delay; int ndevs; + int tc1; + int tc2; struct therm_est_subdevice devs[]; }; -- cgit v1.2.2