sched/fair: Remove unneeded prototype of capacity_of()
authorValentin Schneider <valentin.schneider@arm.com>
Tue, 16 Apr 2019 14:06:21 +0000 (15:06 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 16 Apr 2019 14:48:51 +0000 (16:48 +0200)
commite2abb398115e9c33f3d1e25bf6d1d08badc58b13
treed81b365931bb527aa3419ffd7d2270e1ab4df159
parent67d4f6ff2fb69e02bd6365a91ca3939b7a14deac
sched/fair: Remove unneeded prototype of capacity_of()

The prototype of that function was already hoisted up in:

  commit 3b1baa6496e6 ("sched/fair: Add 'group_misfit_task' load-balance type")

but that seems to have been missed. Get rid of the extra prototype.

Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Acked-by: Quentin Perret <quentin.perret@arm.com>
Cc: Dietmar.Eggemann@arm.com
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: morten.rasmussen@arm.com
Fixes: 2802bf3cd936 ("sched/fair: Add over-utilization/tipping point indicator")
Link: http://lkml.kernel.org/r/20190416140621.19884-1-valentin.schneider@arm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/fair.c