projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d687b
)
[POWERPC] We don't define CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Wed, 9 May 2007 16:21:00 +0000
(
02:21
+1000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 10 May 2007 11:28:13 +0000
(21:28 +1000)
so this declaration is not needed.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/mmzone.h
patch
|
blob
|
history
diff --git
a/include/asm-powerpc/mmzone.h
b/include/asm-powerpc/mmzone.h
index
d484ca9
..
19f299b
100644
(file)
--- 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_ */