The patch titled Subject: mm: remove struct node_active_region has been added to the -mm tree. Its filename is mm-remove-struct-node_active_region.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-remove-struct-node_active_region.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-remove-struct-node_active_region.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 *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: "minkyung88.kim" <minkyung88.kim@xxxxxxx> Subject: mm: remove struct node_active_region struct node_active_region is not used anymore. Remove it. Signed-off-by: minkyung88.kim <minkyung88.kim@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mmzone.h | 8 -------- 1 file changed, 8 deletions(-) diff -puN include/linux/mmzone.h~mm-remove-struct-node_active_region include/linux/mmzone.h --- a/include/linux/mmzone.h~mm-remove-struct-node_active_region +++ a/include/linux/mmzone.h @@ -690,14 +690,6 @@ struct zonelist { #endif }; -#ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP -struct node_active_region { - unsigned long start_pfn; - unsigned long end_pfn; - int nid; -}; -#endif /* CONFIG_HAVE_MEMBLOCK_NODE_MAP */ - #ifndef CONFIG_DISCONTIGMEM /* The array of struct pages - for discontigmem use pgdat->lmem_map */ extern struct page *mem_map; _ Patches currently in -mm which might be from minkyung88.kim@xxxxxxx are mm-remove-struct-node_active_region.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