Commit 4e6dab42 authored by minkyung88.kim's avatar minkyung88.kim Committed by Linus Torvalds

mm: remove struct node_active_region

struct node_active_region is not used anymore.  Remove it.
Signed-off-by: default avatarminkyung88.kim <minkyung88.kim@lge.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9943242c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment