proc: move /proc/vmallocinfo to mm/vmalloc.c

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Christoph Lameter <cl@linux-foundation.org>
This commit is contained in:
Alexey Dobriyan 2008-10-06 03:50:47 +04:00
parent 7b3c3a50a3
commit 5f6a6a9c4e
3 changed files with 32 additions and 31 deletions

View file

@ -103,6 +103,4 @@ extern void free_vm_area(struct vm_struct *area);
extern rwlock_t vmlist_lock;
extern struct vm_struct *vmlist;
extern const struct seq_operations vmalloc_op;
#endif /* _LINUX_VMALLOC_H */