diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/vmalloc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h index 44b54f619ac6..cb73c755fac8 100644 --- a/include/linux/vmalloc.h +++ b/include/linux/vmalloc.h | |||
@@ -90,9 +90,6 @@ extern struct vm_struct *__get_vm_area_caller(unsigned long size, | |||
90 | unsigned long flags, | 90 | unsigned long flags, |
91 | unsigned long start, unsigned long end, | 91 | unsigned long start, unsigned long end, |
92 | void *caller); | 92 | void *caller); |
93 | extern struct vm_struct *get_vm_area_node(unsigned long size, | ||
94 | unsigned long flags, int node, | ||
95 | gfp_t gfp_mask); | ||
96 | extern struct vm_struct *remove_vm_area(const void *addr); | 93 | extern struct vm_struct *remove_vm_area(const void *addr); |
97 | 94 | ||
98 | extern int map_vm_area(struct vm_struct *area, pgprot_t prot, | 95 | extern int map_vm_area(struct vm_struct *area, pgprot_t prot, |