diff options
Diffstat (limited to 'include/linux/vmalloc.h')
-rw-r--r-- | include/linux/vmalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h index cb73c755fac8..c7348b8d0a81 100644 --- a/include/linux/vmalloc.h +++ b/include/linux/vmalloc.h | |||
@@ -117,7 +117,7 @@ extern __init void vm_area_register_early(struct vm_struct *vm, size_t align); | |||
117 | #ifdef CONFIG_SMP | 117 | #ifdef CONFIG_SMP |
118 | struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, | 118 | struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets, |
119 | const size_t *sizes, int nr_vms, | 119 | const size_t *sizes, int nr_vms, |
120 | size_t align, gfp_t gfp_mask); | 120 | size_t align); |
121 | 121 | ||
122 | void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms); | 122 | void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms); |
123 | #endif | 123 | #endif |