sched: Don't expose local functions
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 14 Jan 2010 03:21:52 +0000 (20:21 -0700)
committerIngo Molnar <mingo@elte.hu>
Sun, 17 Jan 2010 07:09:45 +0000 (08:09 +0100)
kernel/sched: don't expose local functions

The get_rr_interval_* functions are all class methods of
struct sched_class. They are not exported so make them
static.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <201001132021.53253.hartleys@visionengravers.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found