diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 7522a6987595..a2db4576e499 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -816,10 +816,6 @@ int local_memory_node(int node_id); | |||
816 | static inline int local_memory_node(int node_id) { return node_id; }; | 816 | static inline int local_memory_node(int node_id) { return node_id; }; |
817 | #endif | 817 | #endif |
818 | 818 | ||
819 | #ifdef CONFIG_NEED_NODE_MEMMAP_SIZE | ||
820 | unsigned long __init node_memmap_size_bytes(int, unsigned long, unsigned long); | ||
821 | #endif | ||
822 | |||
823 | /* | 819 | /* |
824 | * zone_idx() returns 0 for the ZONE_DMA zone, 1 for the ZONE_NORMAL zone, etc. | 820 | * zone_idx() returns 0 for the ZONE_DMA zone, 1 for the ZONE_NORMAL zone, etc. |
825 | */ | 821 | */ |
@@ -1289,7 +1285,6 @@ struct mminit_pfnnid_cache { | |||
1289 | #endif | 1285 | #endif |
1290 | 1286 | ||
1291 | void memory_present(int nid, unsigned long start, unsigned long end); | 1287 | void memory_present(int nid, unsigned long start, unsigned long end); |
1292 | unsigned long __init node_memmap_size_bytes(int, unsigned long, unsigned long); | ||
1293 | 1288 | ||
1294 | /* | 1289 | /* |
1295 | * If it is possible to have holes within a MAX_ORDER_NR_PAGES, then we | 1290 | * If it is possible to have holes within a MAX_ORDER_NR_PAGES, then we |