diff options
Diffstat (limited to 'kernel/sched/sched.h')
-rw-r--r-- | kernel/sched/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index 5b343112a47b..00ff5b57e9cd 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h | |||
@@ -2281,7 +2281,7 @@ static inline void cpufreq_update_util(struct rq *rq, unsigned int flags) {} | |||
2281 | #endif /* CONFIG_CPU_FREQ */ | 2281 | #endif /* CONFIG_CPU_FREQ */ |
2282 | 2282 | ||
2283 | #ifdef CONFIG_UCLAMP_TASK | 2283 | #ifdef CONFIG_UCLAMP_TASK |
2284 | unsigned int uclamp_eff_value(struct task_struct *p, unsigned int clamp_id); | 2284 | enum uclamp_id uclamp_eff_value(struct task_struct *p, enum uclamp_id clamp_id); |
2285 | 2285 | ||
2286 | static __always_inline | 2286 | static __always_inline |
2287 | unsigned int uclamp_util_with(struct rq *rq, unsigned int util, | 2287 | unsigned int uclamp_util_with(struct rq *rq, unsigned int util, |