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 599ba7984310..2f6994fdf0e0 100644 --- a/include/linux/vmalloc.h +++ b/include/linux/vmalloc.h | |||
@@ -109,6 +109,6 @@ extern long vwrite(char *buf, char *addr, unsigned long count); | |||
109 | */ | 109 | */ |
110 | extern rwlock_t vmlist_lock; | 110 | extern rwlock_t vmlist_lock; |
111 | extern struct vm_struct *vmlist; | 111 | extern struct vm_struct *vmlist; |
112 | extern __init void vm_area_register_early(struct vm_struct *vm); | 112 | extern __init void vm_area_register_early(struct vm_struct *vm, size_t align); |
113 | 113 | ||
114 | #endif /* _LINUX_VMALLOC_H */ | 114 | #endif /* _LINUX_VMALLOC_H */ |