]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/linux/vmalloc.h
mm: remove vmalloc_user_node_flags
[thirdparty/linux.git] / include / linux / vmalloc.h
index 964d58a060cabbc6e93c73971b0e5359bd90219a..3332926295d47f9bd483f7efc7fc26869b77cf4b 100644 (file)
@@ -106,7 +106,6 @@ extern void *vzalloc(unsigned long size);
 extern void *vmalloc_user(unsigned long size);
 extern void *vmalloc_node(unsigned long size, int node);
 extern void *vzalloc_node(unsigned long size, int node);
-extern void *vmalloc_user_node_flags(unsigned long size, int node, gfp_t flags);
 extern void *vmalloc_exec(unsigned long size);
 extern void *vmalloc_32(unsigned long size);
 extern void *vmalloc_32_user(unsigned long size);