fs/exec.c: make bprm_mm_init() static
[linux-2.6-block.git] / include / linux / binfmts.h
index 0530b9860359afb26cfb8a2a05ed7ec0a4c2169a..c3a09149f7939c8e44c28b1984700daad21e1e23 100644 (file)
@@ -111,7 +111,6 @@ extern int suid_dumpable;
 extern int setup_arg_pages(struct linux_binprm * bprm,
                           unsigned long stack_top,
                           int executable_stack);
-extern int bprm_mm_init(struct linux_binprm *bprm);
 extern int bprm_change_interp(char *interp, struct linux_binprm *bprm);
 extern int copy_strings_kernel(int argc, const char *const *argv,
                               struct linux_binprm *bprm);