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 e134c8229631..7989f61b03f3 100644 --- a/include/linux/percpu.h +++ b/include/linux/percpu.h | |||
@@ -74,7 +74,7 @@ extern ssize_t __init pcpu_embed_first_chunk( | |||
74 | size_t static_size, size_t reserved_size, | 74 | size_t static_size, size_t reserved_size, |
75 | ssize_t dyn_size); | 75 | ssize_t dyn_size); |
76 | 76 | ||
77 | extern ssize_t __init pcpu_4k_first_chunk( | 77 | extern ssize_t __init pcpu_page_first_chunk( |
78 | size_t static_size, size_t reserved_size, | 78 | size_t static_size, size_t reserved_size, |
79 | pcpu_fc_alloc_fn_t alloc_fn, | 79 | pcpu_fc_alloc_fn_t alloc_fn, |
80 | pcpu_fc_free_fn_t free_fn, | 80 | pcpu_fc_free_fn_t free_fn, |