From: Dave Hansen This function is unused on i386. Signed-off-by: Dave Hansen Signed-off-by: Andrew Morton --- 25-akpm/include/asm-i386/mmzone.h | 6 ------ 1 files changed, 6 deletions(-) diff -puN include/asm-i386/mmzone.h~remove-pfn_to_pgdat-on-x86 include/asm-i386/mmzone.h --- 25/include/asm-i386/mmzone.h~remove-pfn_to_pgdat-on-x86 Thu Dec 16 15:42:28 2004 +++ 25-akpm/include/asm-i386/mmzone.h Thu Dec 16 15:42:28 2004 @@ -48,12 +48,6 @@ static inline int pfn_to_nid(unsigned lo #endif } -static inline struct pglist_data *pfn_to_pgdat(unsigned long pfn) -{ - return(NODE_DATA(pfn_to_nid(pfn))); -} - - /* * Following are macros that are specific to this numa platform. */ _