PM QoS: Add global notification mechanism for device constraints
[firefly-linux-kernel-4.4.55.git] / kernel / power / qos.c
index 7c7cd181cabefe70e0c26024c0e73c991b972c81..1c1797dd1d1d3f05c3260f47e0f6c22efc1c815c 100644 (file)
@@ -140,7 +140,7 @@ static inline int pm_qos_get_value(struct pm_qos_constraints *c)
        }
 }
 
-static inline s32 pm_qos_read_value(struct pm_qos_constraints *c)
+s32 pm_qos_read_value(struct pm_qos_constraints *c)
 {
        return c->target_value;
 }