X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fthermal.h;h=1b8a5a7876ce67abbc0d6cac4004f816c31bf221;hb=36092ee8ba695fce023b2118ececa6c2a56b1331;hp=a55d0523f75d63bfbe43355a56dd0f08e835cdc9;hpb=82b23cb94b8cee25781c209d9b1df3b144c8bb5f;p=karo-tx-linux.git diff --git a/include/linux/thermal.h b/include/linux/thermal.h index a55d0523f75d..1b8a5a7876ce 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h @@ -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; };