The patch titled kernel/range: remove unused definition of ARRAY_SIZE() has been added to the -mm tree. Its filename is kernel-range-remove-unused-definition-of-array_size.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/range: remove unused definition of ARRAY_SIZE() From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Remove duplicate definition of ARRAY_SIZE(), which was never used anyway. Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Yinghai Lu <yinghai@xxxxxxxxxx> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/range.c | 4 ---- 1 file changed, 4 deletions(-) diff -puN kernel/range.c~kernel-range-remove-unused-definition-of-array_size kernel/range.c --- a/kernel/range.c~kernel-range-remove-unused-definition-of-array_size +++ a/kernel/range.c @@ -7,10 +7,6 @@ #include <linux/range.h> -#ifndef ARRAY_SIZE -#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) -#endif - int add_range(struct range *range, int az, int nr_range, u64 start, u64 end) { if (start >= end) _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are linux-next.patch kernel-range-remove-unused-definition-of-array_size.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