From: Jaswinder Singh Date: Wed, 23 Jul 2008 12:11:59 +0000 (+0530) Subject: x86: mm/pgtable_32.c declare set_pmd_pfn before they get used X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=01eb7858c017b1c63b962f8c2ad37133383ca560;p=linux-beck.git x86: mm/pgtable_32.c declare set_pmd_pfn before they get used Signed-off-by: Jaswinder Singh --- diff --git a/include/asm-x86/pgtable_32.h b/include/asm-x86/pgtable_32.h index 0611abf96a5e..015fb4e19dee 100644 --- a/include/asm-x86/pgtable_32.h +++ b/include/asm-x86/pgtable_32.h @@ -31,6 +31,7 @@ static inline void pgtable_cache_init(void) { } static inline void check_pgt_cache(void) { } void paging_init(void); +extern void set_pmd_pfn(unsigned long, unsigned long, pgprot_t); /* * The Linux x86 paging architecture is 'compile-time dual-mode', it