diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/vmalloc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h index 698b1e50d3a4..8a25f9081ed0 100644 --- a/include/linux/vmalloc.h +++ b/include/linux/vmalloc.h | |||
| @@ -130,8 +130,7 @@ extern long vwrite(char *buf, char *addr, unsigned long count); | |||
| 130 | /* | 130 | /* |
| 131 | * Internals. Dont't use.. | 131 | * Internals. Dont't use.. |
| 132 | */ | 132 | */ |
| 133 | extern rwlock_t vmlist_lock; | 133 | extern struct list_head vmap_area_list; |
| 134 | extern struct vm_struct *vmlist; | ||
| 135 | extern __init void vm_area_add_early(struct vm_struct *vm); | 134 | extern __init void vm_area_add_early(struct vm_struct *vm); |
| 136 | extern __init void vm_area_register_early(struct vm_struct *vm, size_t align); | 135 | extern __init void vm_area_register_early(struct vm_struct *vm, size_t align); |
| 137 | 136 | ||
