]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/binfmt_elf.c
[PATCH] EXT2: Remove superblock lock contention in ext2_statfs
[karo-tx-linux.git] / fs / binfmt_elf.c
index f42e64210ee5de985d976507cd0d9acbd42fa86d..672a3b90bc556628874d5ab1494b654dc486a74b 100644 (file)
@@ -1185,8 +1185,6 @@ static int maydump(struct vm_area_struct *vma)
        return 1;
 }
 
-#define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y))
-
 /* An ELF note in memory */
 struct memelfnote
 {