Thermal: Introduce simple arbitrator for setting device cooling state
[deliverable/linux.git] / include / linux / thermal.h
index 9ae378a4a555d6eb2f619e22b75ec9213f70008d..de0515a96f9f4f469ed0186d8597afb411ad1fd6 100644 (file)
@@ -94,6 +94,7 @@ struct thermal_cooling_device {
        struct device device;
        void *devdata;
        const struct thermal_cooling_device_ops *ops;
+       bool updated; /* true if the cooling device does not need update */
        struct list_head thermal_instances;
        struct list_head node;
 };
This page took 0.031298 seconds and 5 git commands to generate.