diff options
Diffstat (limited to 'include/linux/percpu.h')
-rw-r--r-- | include/linux/percpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/percpu.h b/include/linux/percpu.h index 9909dc0e273a..5e76af742c80 100644 --- a/include/linux/percpu.h +++ b/include/linux/percpu.h | |||
@@ -105,7 +105,7 @@ extern struct pcpu_alloc_info * __init pcpu_alloc_alloc_info(int nr_groups, | |||
105 | int nr_units); | 105 | int nr_units); |
106 | extern void __init pcpu_free_alloc_info(struct pcpu_alloc_info *ai); | 106 | extern void __init pcpu_free_alloc_info(struct pcpu_alloc_info *ai); |
107 | 107 | ||
108 | extern int __init pcpu_setup_first_chunk(const struct pcpu_alloc_info *ai, | 108 | extern void __init pcpu_setup_first_chunk(const struct pcpu_alloc_info *ai, |
109 | void *base_addr); | 109 | void *base_addr); |
110 | 110 | ||
111 | #ifdef CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK | 111 | #ifdef CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK |