From: Stephen Rothwell Date: Wed, 9 May 2007 16:21:00 +0000 (+1000) Subject: [POWERPC] We don't define CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID X-Git-Tag: v2.6.22-rc1~108^2~6 X-Git-Url: http://git.rot13.org/?p=powerpc.git;a=commitdiff_plain;h=979ee32f7f8e9582a0cadd4ed9a158ddc3036ad1;hp=49d687b636c1f7e9a14faab7bd654f9fb88ecd11 [POWERPC] We don't define CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID so this declaration is not needed. Signed-off-by: Stephen Rothwell Signed-off-by: Paul Mackerras --- diff --git a/include/asm-powerpc/mmzone.h b/include/asm-powerpc/mmzone.h index d484ca94cb..19f299b7e2 100644 --- a/include/asm-powerpc/mmzone.h +++ b/include/asm-powerpc/mmzone.h @@ -43,9 +43,5 @@ extern unsigned long max_pfn; #endif /* CONFIG_NEED_MULTIPLE_NODES */ -#ifdef CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID -extern int __init early_pfn_to_nid(unsigned long pfn); -#endif - #endif /* __KERNEL__ */ #endif /* _ASM_MMZONE_H_ */