[GFS2] Tidy up meta_io code
[pandora-kernel.git] / fs / binfmt_elf.c
index f42e642..672a3b9 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
 {