From fe149e5e1d0050fca40739ce3600ade9870b4d0a Mon Sep 17 00:00:00 2001 From: Jinyoung Park Date: Thu, 31 Jan 2013 22:15:44 +0900 Subject: 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 Reviewed-on: http://git-master/r/196028 (cherry picked from commit 7de865bccc8da80cf950346edab75a3e7221a45e) Change-Id: I825d7380f6f29a1dd8d4a9333ed873255b2deb67 Signed-off-by: Jinyoung Park Reviewed-on: http://git-master/r/198873 --- include/linux/nct1008.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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 { int passive_delay; int num_trips; struct thermal_trip_info trips[THERMAL_MAX_TRIPS]; + struct thermal_zone_params *tzp; const char *loc_name; }; #endif /* _LINUX_NCT1008_H */ -- cgit v1.2.2