]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/thermal.h
Merge branch 'for-4.7/dax' into libnvdimm-for-next
[karo-tx-linux.git] / include / linux / thermal.h
index a55d0523f75d63bfbe43355a56dd0f08e835cdc9..1b8a5a7876ce67abbc0d6cac4004f816c31bf221 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;
 };