aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/vmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/vmalloc.h')
-rw-r--r--include/linux/vmalloc.h2
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 */
110extern rwlock_t vmlist_lock; 110extern rwlock_t vmlist_lock;
111extern struct vm_struct *vmlist; 111extern struct vm_struct *vmlist;
112extern __init void vm_area_register_early(struct vm_struct *vm); 112extern __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 */