diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/memory_hotplug.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h index 569b1f6c27d1..9b6260007e5e 100644 --- a/include/linux/memory_hotplug.h +++ b/include/linux/memory_hotplug.h | |||
@@ -91,9 +91,7 @@ static inline pg_data_t *arch_alloc_nodedata(int nid) | |||
91 | static inline void arch_free_nodedata(pg_data_t *pgdat) | 91 | static inline void arch_free_nodedata(pg_data_t *pgdat) |
92 | { | 92 | { |
93 | } | 93 | } |
94 | static inline void arch_refresh_nodedata(int nid, pg_data_t *pgdat) | 94 | extern void arch_refresh_nodedata(int nid, pg_data_t *pgdat); |
95 | { | ||
96 | } | ||
97 | 95 | ||
98 | #else /* CONFIG_HAVE_ARCH_NODEDATA_EXTENSION */ | 96 | #else /* CONFIG_HAVE_ARCH_NODEDATA_EXTENSION */ |
99 | 97 | ||