aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-i386/mmzone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-i386/mmzone.h b/include/asm-i386/mmzone.h
index 08e3cfd86328..516421300ea2 100644
--- a/include/asm-i386/mmzone.h
+++ b/include/asm-i386/mmzone.h
@@ -37,6 +37,8 @@ static inline void get_memcfg_numa(void)
37 get_memcfg_numa_flat(); 37 get_memcfg_numa_flat();
38} 38}
39 39
40extern int early_pfn_to_nid(unsigned long pfn);
41
40#else /* !CONFIG_NUMA */ 42#else /* !CONFIG_NUMA */
41#define get_memcfg_numa get_memcfg_numa_flat 43#define get_memcfg_numa get_memcfg_numa_flat
42#define get_zholes_size(n) (0) 44#define get_zholes_size(n) (0)
@@ -149,6 +151,4 @@ static inline int pfn_valid(int pfn)
149 151
150#endif /* CONFIG_NEED_MULTIPLE_NODES */ 152#endif /* CONFIG_NEED_MULTIPLE_NODES */
151 153
152extern int early_pfn_to_nid(unsigned long pfn);
153
154#endif /* _ASM_MMZONE_H_ */ 154#endif /* _ASM_MMZONE_H_ */