X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fthermal%2Fthermal_core.h;h=749d41abfbabecfc8fc33f54f4bc2e5d680450f8;hb=79ae01aa89b569ed599d1263eb26c6b98f039c27;hp=d7ac1fccd6598a80453dc51da655e37b30b85ac7;hpb=8a7b8ff41ddc811f3e06d0bf6892bc3e2b1764b7;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/thermal/thermal_core.h b/drivers/thermal/thermal_core.h index d7ac1fccd659..749d41abfbab 100644 --- a/drivers/thermal/thermal_core.h +++ b/drivers/thermal/thermal_core.h @@ -41,6 +41,7 @@ struct thermal_instance { struct thermal_zone_device *tz; struct thermal_cooling_device *cdev; int trip; + bool initialized; unsigned long upper; /* Highest cooling state for this trip point */ unsigned long lower; /* Lowest cooling state for this trip point */ unsigned long target; /* expected cooling state */