summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorJinyoung Park <jinyoungp@nvidia.com>2013-01-31 08:15:44 -0500
committerNicolin Chen <nicolinc@nvidia.com>2017-08-11 15:14:14 -0400
commitfe149e5e1d0050fca40739ce3600ade9870b4d0a (patch)
treeb53296ffe96657e125b21fa2ec69c7bf17b3e2e7 /include/linux
parentdf194fd7d6b0b20e35790493583cc6133c709d3f (diff)
misc: nct1008: Add thermal_zone_params in struct nct1008_platform_data
Added thermal_zone_params in struct nct1008_platform_data in order to pass governor and binding params to nct1008 thermal zone device. Bug 1200111 Signed-off-by: Jinyoung Park <jinyoungp@nvidia.com> Reviewed-on: http://git-master/r/196028 (cherry picked from commit 7de865bccc8da80cf950346edab75a3e7221a45e) Change-Id: I825d7380f6f29a1dd8d4a9333ed873255b2deb67 Signed-off-by: Jinyoung Park <jinyoungp@nvidia.com> Reviewed-on: http://git-master/r/198873
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nct1008.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nct1008.h b/include/linux/nct1008.h
index e1f893a36..06704fbdf 100644
--- a/include/linux/nct1008.h
+++ b/include/linux/nct1008.h
@@ -42,6 +42,7 @@ struct nct1008_platform_data {
42 int passive_delay; 42 int passive_delay;
43 int num_trips; 43 int num_trips;
44 struct thermal_trip_info trips[THERMAL_MAX_TRIPS]; 44 struct thermal_trip_info trips[THERMAL_MAX_TRIPS];
45 struct thermal_zone_params *tzp;
45 const char *loc_name; 46 const char *loc_name;
46}; 47};
47#endif /* _LINUX_NCT1008_H */ 48#endif /* _LINUX_NCT1008_H */