]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/binfmt_elf.c
[ARM] Fix pci export warnings
[linux-2.6-omap-h63xx.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
 {