diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-08-12 18:08:19 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-08-12 18:08:19 +0200 |
commit | 6707de00fdec3e3225192fe3dcd21323a8936b1f (patch) | |
tree | cce42f90c916b851de0c7c60b6d98c23191cd49c /include/linux/cpu.h | |
parent | 963c6527e0a0e285736ad482b8142d098f9c2288 (diff) |
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>
Diffstat (limited to 'include/linux/cpu.h')
-rw-r--r-- | include/linux/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index c2236bbff41..1d5ded0836e 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -41,8 +41,6 @@ extern void cpu_remove_sysdev_attr(struct sysdev_attribute *attr); extern int cpu_add_sysdev_attr_group(struct attribute_group *attrs); extern void cpu_remove_sysdev_attr_group(struct attribute_group *attrs); -extern struct sysdev_attribute attr_sched_mc_power_savings; -extern struct sysdev_attribute attr_sched_smt_power_savings; extern int sched_create_sysfs_power_savings_entries(struct sysdev_class *cls); #ifdef CONFIG_HOTPLUG_CPU |