The patch titled Unused ROUND_UP, NAME_OFFSET macro in arch/powerpc has been added to the -mm tree. Its filename is unused-round_up-name_offset-macro-in-arch-powerpc.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Unused ROUND_UP, NAME_OFFSET macro in arch/powerpc From: Milind Arun Choudhary <milindchoudhary@xxxxxxxxx> Unused ROUND_UP, NAME_OFFSET macro cleanup Signed-off-by: Milind Arun Choudhary <milindchoudhary@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/kernel/sys_ppc32.c | 4 ---- 1 file changed, 4 deletions(-) diff -puN arch/powerpc/kernel/sys_ppc32.c~unused-round_up-name_offset-macro-in-arch-powerpc arch/powerpc/kernel/sys_ppc32.c --- a/arch/powerpc/kernel/sys_ppc32.c~unused-round_up-name_offset-macro-in-arch-powerpc +++ a/arch/powerpc/kernel/sys_ppc32.c @@ -53,10 +53,6 @@ #include <asm/ppc-pci.h> #include <asm/syscalls.h> -/* readdir & getdents */ -#define NAME_OFFSET(de) ((int) ((de)->d_name - (char __user *) (de))) -#define ROUND_UP(x) (((x)+sizeof(u32)-1) & ~(sizeof(u32)-1)) - struct old_linux_dirent32 { u32 d_ino; u32 d_offset; _ Patches currently in -mm which might be from milindchoudhary@xxxxxxxxx are unused-round_up-name_offset-macro-in-arch-powerpc.patch round_up-macro-cleanup-in-drivers-parisc.patch round_up-macro-cleanup-in-drivers-pci.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html