OSDN Git Service

sched/fair: Make some variables static
authorMuchun Song <smuchun@gmail.com>
Sat, 10 Nov 2018 07:52:02 +0000 (15:52 +0800)
committerIngo Molnar <mingo@kernel.org>
Mon, 12 Nov 2018 05:18:15 +0000 (06:18 +0100)
commited8885a14433aec04067463493051eaaeef3255f
treebe3f0d8a7b8a06eca95f96070460524c6a997f79
parent1da1843f9f0334e2428308945d396ffecc2acfe1
sched/fair: Make some variables static

The variables are local to the source and do not
need to be in global scope, so make them static.

Signed-off-by: Muchun Song <smuchun@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20181110075202.61172-1-smuchun@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/fair.c