Re: [PATCH -next] sched: Remove unused inline function uclamp_bucket_base_value()

From: Vincent Guittot
Date: Fri Sep 25 2020 - 10:12:17 EST


On Tue, 22 Sep 2020 at 15:24, YueHaibing <yuehaibing@xxxxxxxxxx> wrote:
>
> There is no caller in tree, so can remove it.
>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

Reviewed-by: Vincent Guittot <vincent.guittot@xxxxxxxxxx>

> ---
> kernel/sched/core.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/kernel/sched/core.c b/kernel/sched/core.c
> index 2d95dc3f4644..1b06b952dbbe 100644
> --- a/kernel/sched/core.c
> +++ b/kernel/sched/core.c
> @@ -940,11 +940,6 @@ static inline unsigned int uclamp_bucket_id(unsigned int clamp_value)
> return clamp_value / UCLAMP_BUCKET_DELTA;
> }
>
> -static inline unsigned int uclamp_bucket_base_value(unsigned int clamp_value)
> -{
> - return UCLAMP_BUCKET_DELTA * uclamp_bucket_id(clamp_value);
> -}
> -
> static inline unsigned int uclamp_none(enum uclamp_id clamp_id)
> {
> if (clamp_id == UCLAMP_MIN)
> --
> 2.17.1
>