aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/vmalloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h
index ce8e7da05807..7f3adfda337a 100644
--- a/include/linux/vmalloc.h
+++ b/include/linux/vmalloc.h
@@ -87,4 +87,6 @@ extern void free_vm_area(struct vm_struct *area);
87extern rwlock_t vmlist_lock; 87extern rwlock_t vmlist_lock;
88extern struct vm_struct *vmlist; 88extern struct vm_struct *vmlist;
89 89
90extern const struct seq_operations vmalloc_op;
91
90#endif /* _LINUX_VMALLOC_H */ 92#endif /* _LINUX_VMALLOC_H */