linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: remove struct node_active_region
@ 2015-06-26  1:44 minkyung88.kim
  0 siblings, 0 replies; only message in thread
From: minkyung88.kim @ 2015-06-26  1:44 UTC (permalink / raw)
  To: Andrew Morton, Mel Gorman, linux-mm; +Cc: Seungho Park, kmk3210, minkyung88.kim

From: "minkyung88.kim" <minkyung88.kim@lge.com>

struct node_active_region is not used anymore.
Remove it.

Signed-off-by: minkyung88.kim <minkyung88.kim@lge.com>
---
 include/linux/mmzone.h |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index 54d74f6..6f53d1d 100644
--- a/include/linux/mmzone.h
+++ b/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;
-- 
1.7.9.5

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-26  1:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-26  1:44 [PATCH] mm: remove struct node_active_region minkyung88.kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox