summaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
diff options
context:
space:
mode:
authorminkyung88.kim <minkyung88.kim@lge.com>2015-09-04 18:48:16 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2015-09-04 19:54:41 -0400
commit4e6dab4233f667c0ae465e5cb46603b49b4f6d74 (patch)
tree485636b6c2daa0bb1ea548724349140f84f0e104 /include/linux/mmzone.h
parent9943242ca468149c4ce30d4633524c0866d4a87b (diff)
mm: remove struct node_active_region
struct node_active_region is not used anymore. Remove it. Signed-off-by: minkyung88.kim <minkyung88.kim@lge.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r--include/linux/mmzone.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index 754c25966a0a..ac00e2050943 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -690,14 +690,6 @@ struct zonelist {
690#endif 690#endif
691}; 691};
692 692
693#ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP
694struct node_active_region {
695 unsigned long start_pfn;
696 unsigned long end_pfn;
697 int nid;
698};
699#endif /* CONFIG_HAVE_MEMBLOCK_NODE_MAP */
700
701#ifndef CONFIG_DISCONTIGMEM 693#ifndef CONFIG_DISCONTIGMEM
702/* The array of struct pages - for discontigmem use pgdat->lmem_map */ 694/* The array of struct pages - for discontigmem use pgdat->lmem_map */
703extern struct page *mem_map; 695extern struct page *mem_map;