We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04e217 commit 74cd817Copy full SHA for 74cd817
kernel/power/qos.c
@@ -184,7 +184,6 @@ static inline void pm_qos_set_value(struct pm_qos_constraints *c, s32 value)
184
c->target_value = value;
185
}
186
187
-static inline int pm_qos_get_value(struct pm_qos_constraints *c);
188
static int pm_qos_dbg_show_requests(struct seq_file *s, void *unused)
189
{
190
struct pm_qos_object *qos = (struct pm_qos_object *)s->private;
0 commit comments