aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/thermal/x86_pkg_temp_thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/x86_pkg_temp_thermal.c b/drivers/thermal/x86_pkg_temp_thermal.c
index 7722cb9d5a80..972e1c73722a 100644
--- a/drivers/thermal/x86_pkg_temp_thermal.c
+++ b/drivers/thermal/x86_pkg_temp_thermal.c
@@ -215,7 +215,7 @@ static int sys_get_trip_temp(struct thermal_zone_device *tzd,
215 return 0; 215 return 0;
216} 216}
217 217
218int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, 218static int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip,
219 unsigned long temp) 219 unsigned long temp)
220{ 220{
221 u32 l, h; 221 u32 l, h;