diff options
author | Joshua Primero <jprimero@nvidia.com> | 2011-10-14 00:21:06 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 01:06:42 -0700 |
commit | c1ef32a9072f5e1d157dfe0e3c52d9142be8dc6a (patch) | |
tree | 9b934c6d96f48d62ed6f1523468a97cd36c8264d /include | |
parent | 76a628b016421dc8f586ccec01023acf63411110 (diff) |
misc: nct1008: Refactored nct1008 driver
Refactored nct1008 driver so that it can be
controlled by the Tegra Thermal framework.
Reviewed-on: http://git-master/r/58044
Reviewed-on: http://git-master/r/63339
Cherry-picked as e420f67c427173403a9669a67cfe98ad3c8482e1.
Change-Id: Id47205bb2d8f148dc919de7f1a53f1c562899d5e
Signed-off-by: Joshua Primero <jprimero@nvidia.com>
Reviewed-on: http://git-master/r/66552
Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Rebase-Id: R226968afc7471d8967fd7ab21cce15f1a90ee8a4
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nct1008.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/nct1008.h b/include/linux/nct1008.h index 328dd7863053..202eeaa5ed6d 100644 --- a/include/linux/nct1008.h +++ b/include/linux/nct1008.h @@ -57,13 +57,9 @@ struct nct1008_data { u8 limits_sz; void (*alarm_fn)(bool raised); struct regulator *nct_reg; -#ifdef CONFIG_TEGRA_THERMAL_SYSFS - struct thermal_zone_device *thz; -#endif long current_lo_limit; long current_hi_limit; - long shutdown_temp; void (*alert_func)(void *); void *alert_data; }; |