]> Pileus Git - ~andy/linux/blobdiff - include/linux/binfmts.h
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / include / linux / binfmts.h
index c3d6512eded1ef57564c4da739d8f106c1b15d5b..8845613fd7e3de94385645c2177a666b642b5c7e 100644 (file)
@@ -60,10 +60,6 @@ struct linux_binprm {
        unsigned long loader, exec;
 };
 
-extern void acct_arg_size(struct linux_binprm *bprm, unsigned long pages);
-extern struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos,
-                                       int write);
-
 #define BINPRM_FLAGS_ENFORCE_NONDUMP_BIT 0
 #define BINPRM_FLAGS_ENFORCE_NONDUMP (1 << BINPRM_FLAGS_ENFORCE_NONDUMP_BIT)