summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLi Zefan2009-01-05 12:07:50 +0100
committerIngo Molnar2009-01-05 13:54:16 +0100
commitc70f22d203fc02c805b6ed4a3483b740dc36786b (patch)
tree2677c5981257915c8682f0b08043ac46db1f709e /include
parentsched: mark sched_create_sysfs_power_savings_entries() as __init (diff)
downloadkernel-qcow2-linux-c70f22d203fc02c805b6ed4a3483b740dc36786b.tar.gz
kernel-qcow2-linux-c70f22d203fc02c805b6ed4a3483b740dc36786b.tar.xz
kernel-qcow2-linux-c70f22d203fc02c805b6ed4a3483b740dc36786b.zip
sched: clean up arch_reinit_sched_domains()
- Make arch_reinit_sched_domains() static. It was exported to be used in s390, but now rebuild_sched_domains() is used instead. - Make it return void. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 38a3f4b15394..91207df702e8 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -912,7 +912,6 @@ static inline struct cpumask *sched_domain_span(struct sched_domain *sd)
extern void partition_sched_domains(int ndoms_new, struct cpumask *doms_new,
struct sched_domain_attr *dattr_new);
-extern int arch_reinit_sched_domains(void);
/* Test a flag in parent sched domain */
static inline int test_sd_parent(struct sched_domain *sd, int flag)