]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/vmalloc.h
mm: remove unused get_vm_area_node
[karo-tx-linux.git] / include / linux / vmalloc.h
index 44b54f619ac6b29ef26b6bae7f7b10c05a536bc1..cb73c755fac8e8558ff1bffc5b56dd25f7617520 100644 (file)
@@ -90,9 +90,6 @@ extern struct vm_struct *__get_vm_area_caller(unsigned long size,
                                        unsigned long flags,
                                        unsigned long start, unsigned long end,
                                        void *caller);
-extern struct vm_struct *get_vm_area_node(unsigned long size,
-                                         unsigned long flags, int node,
-                                         gfp_t gfp_mask);
 extern struct vm_struct *remove_vm_area(const void *addr);
 
 extern int map_vm_area(struct vm_struct *area, pgprot_t prot,