Skip to content

Commit 74cd817

Browse files
committed
PM / QoS: Drop redundant declaration of pm_qos_get_value()
The extra forward declaration of pm_qos_get_value() is redundant, so drop it. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent b04e217 commit 74cd817

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/power/qos.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ static inline void pm_qos_set_value(struct pm_qos_constraints *c, s32 value)
184184
c->target_value = value;
185185
}
186186

187-
static inline int pm_qos_get_value(struct pm_qos_constraints *c);
188187
static int pm_qos_dbg_show_requests(struct seq_file *s, void *unused)
189188
{
190189
struct pm_qos_object *qos = (struct pm_qos_object *)s->private;

0 commit comments

Comments
 (0)