sched: make global code static
authorAdrian Bunk <bunk@stusta.de>
Sun, 12 Aug 2007 16:08:19 +0000 (18:08 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 12 Aug 2007 16:08:19 +0000 (18:08 +0200)
commit6707de00fdec3e3225192fe3dcd21323a8936b1f
treecce42f90c916b851de0c7c60b6d98c23191cd49c
parent963c6527e0a0e285736ad482b8142d098f9c2288
sched: make global code static

This patch makes the following needlessly global code static:

- arch_reinit_sched_domains()
- struct attr_sched_mc_power_savings
- struct attr_sched_smt_power_savings

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/cpu.h
kernel/sched.c