aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memory_hotplug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/memory_hotplug.h')
-rw-r--r--include/linux/memory_hotplug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h
index 20d8a5d4d133..5145620ba48a 100644
--- a/include/linux/memory_hotplug.h
+++ b/include/linux/memory_hotplug.h
@@ -182,7 +182,7 @@ static inline void arch_refresh_nodedata(int nid, pg_data_t *pgdat)
182#endif /* CONFIG_HAVE_ARCH_NODEDATA_EXTENSION */ 182#endif /* CONFIG_HAVE_ARCH_NODEDATA_EXTENSION */
183 183
184#ifdef CONFIG_HAVE_BOOTMEM_INFO_NODE 184#ifdef CONFIG_HAVE_BOOTMEM_INFO_NODE
185extern void register_page_bootmem_info_node(struct pglist_data *pgdat); 185extern void __init register_page_bootmem_info_node(struct pglist_data *pgdat);
186#else 186#else
187static inline void register_page_bootmem_info_node(struct pglist_data *pgdat) 187static inline void register_page_bootmem_info_node(struct pglist_data *pgdat)
188{ 188{