diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/vmalloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h index 506e7620a986..bbc051392298 100644 --- a/include/linux/vmalloc.h +++ b/include/linux/vmalloc.h | |||
@@ -106,5 +106,6 @@ extern long vwrite(char *buf, char *addr, unsigned long count); | |||
106 | */ | 106 | */ |
107 | extern rwlock_t vmlist_lock; | 107 | extern rwlock_t vmlist_lock; |
108 | extern struct vm_struct *vmlist; | 108 | extern struct vm_struct *vmlist; |
109 | extern __init void vm_area_register_early(struct vm_struct *vm); | ||
109 | 110 | ||
110 | #endif /* _LINUX_VMALLOC_H */ | 111 | #endif /* _LINUX_VMALLOC_H */ |