diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 74a1e39e0d3d..ab8ffc54423a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -639,7 +639,7 @@ struct sched_domain { | |||
639 | #endif | 639 | #endif |
640 | }; | 640 | }; |
641 | 641 | ||
642 | extern void partition_sched_domains(cpumask_t *partition1, | 642 | extern int partition_sched_domains(cpumask_t *partition1, |
643 | cpumask_t *partition2); | 643 | cpumask_t *partition2); |
644 | 644 | ||
645 | /* | 645 | /* |