From: H Hartley Sweeten Date: Thu, 14 Jan 2010 03:21:52 +0000 (-0700) Subject: sched: Don't expose local functions X-Git-Tag: v2.6.34-rc1~260^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d686f4564f3fc7c6e678852919e48ad331d276b;p=pandora-kernel.git sched: Don't expose local functions 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 Cc: Peter Zijlstra LKML-Reference: <201001132021.53253.hartleys@visionengravers.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed