The patch titled kernel.h: remove unused NIPQUAD and NIPQUAD_FMT has been added to the -mm tree. Its filename is kernelh-remove-unused-nipquad-and-nipquad_fmt.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: kernel.h: remove unused NIPQUAD and NIPQUAD_FMT From: Joe Perches <joe@xxxxxxxxxxx> There are no more uses of NIPQUAD or NIPQUAD_FMT. Remove the definitions. Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/kernel.h | 11 ----------- 1 file changed, 11 deletions(-) diff -puN include/linux/kernel.h~kernelh-remove-unused-nipquad-and-nipquad_fmt include/linux/kernel.h --- a/include/linux/kernel.h~kernelh-remove-unused-nipquad-and-nipquad_fmt +++ a/include/linux/kernel.h @@ -609,17 +609,6 @@ static inline void ftrace_dump(enum ftra #endif /* CONFIG_TRACING */ /* - * Display an IP address in readable format. - */ - -#define NIPQUAD(addr) \ - ((unsigned char *)&addr)[0], \ - ((unsigned char *)&addr)[1], \ - ((unsigned char *)&addr)[2], \ - ((unsigned char *)&addr)[3] -#define NIPQUAD_FMT "%u.%u.%u.%u" - -/* * min()/max()/clamp() macros that also do * strict type-checking.. See the * "unnecessary" pointer comparison. _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are linux-next.patch drivers-scsi-correct-the-size-argument-to-kmalloc.patch drivers-scsi-qla2xxx-qla_osc-fix-continuation-line-formats.patch drivers-scsi-chc-dont-use-vprintk-as-macro.patch kernelh-remove-unused-nipquad-and-nipquad_fmt.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