]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66ff40417d51c62225560868bf3d5db7f9200e24
treecce42f90c916b851de0c7c60b6d98c23191cd49c
parent524c0c24a9bad93b0c8dda22e32e7c8354f7e412
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