The patch titled Subject: mm: remove struct node_active_region has been removed from the -mm tree. Its filename was mm-remove-struct-node_active_region.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 -- 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