From: Martin Schwidefsky Date: Thu, 29 Jun 2006 13:03:48 +0000 (+0200) Subject: [S390] remove unused macros from binfmt_elf32.c X-Git-Tag: v2.6.18-rc1~360^2~5 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=65b73c69c527a295ff3730b0b14e73359a8b4a16;p=~emulex%2Finfiniband.git [S390] remove unused macros from binfmt_elf32.c The two macros NEW_TO_OLD_UID and NEW_TO_OLD_GID in binfmt_elf32.c are not used by any code. Remove them. Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/kernel/binfmt_elf32.c b/arch/s390/kernel/binfmt_elf32.c index 1f451c2cb07..12a6311e983 100644 --- a/arch/s390/kernel/binfmt_elf32.c +++ b/arch/s390/kernel/binfmt_elf32.c @@ -177,11 +177,6 @@ struct elf_prpsinfo32 #include -#undef NEW_TO_OLD_UID -#undef NEW_TO_OLD_GID -#define NEW_TO_OLD_UID(uid) ((uid) > 65535) ? (u16)overflowuid : (u16)(uid) -#define NEW_TO_OLD_GID(gid) ((gid) > 65535) ? (u16)overflowgid : (u16)(gid) - #define elf_addr_t u32 /* #define init_elf_binfmt init_elf32_binfmt