aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/mmzone.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2007-05-09 12:21:00 -0400
committerPaul Mackerras <paulus@samba.org>2007-05-10 07:28:13 -0400
commit979ee32f7f8e9582a0cadd4ed9a158ddc3036ad1 (patch)
tree7747319bc56c240ef32ce3ff40df52c2f592ac30 /include/asm-powerpc/mmzone.h
parent49d687b636c1f7e9a14faab7bd654f9fb88ecd11 (diff)
[POWERPC] We don't define CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID
so this declaration is not needed. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/mmzone.h')
-rw-r--r--include/asm-powerpc/mmzone.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-powerpc/mmzone.h b/include/asm-powerpc/mmzone.h
index d484ca94cb7c..19f299b7e256 100644
--- a/include/asm-powerpc/mmzone.h
+++ b/include/asm-powerpc/mmzone.h
@@ -43,9 +43,5 @@ extern unsigned long max_pfn;
43 43
44#endif /* CONFIG_NEED_MULTIPLE_NODES */ 44#endif /* CONFIG_NEED_MULTIPLE_NODES */
45 45
46#ifdef CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID
47extern int __init early_pfn_to_nid(unsigned long pfn);
48#endif
49
50#endif /* __KERNEL__ */ 46#endif /* __KERNEL__ */
51#endif /* _ASM_MMZONE_H_ */ 47#endif /* _ASM_MMZONE_H_ */