Merge remote-tracking branch 'asoc/topic/max98371' into asoc-next
[cascardo/linux.git] / include / linux / thermal.h
index a55d052..1b8a5a7 100644 (file)
@@ -352,8 +352,8 @@ struct thermal_zone_of_device_ops {
 
 struct thermal_trip {
        struct device_node *np;
-       unsigned long int temperature;
-       unsigned long int hysteresis;
+       int temperature;
+       int hysteresis;
        enum thermal_trip_type type;
 };