From: Jaswinder Singh Date: Wed, 23 Jul 2008 12:10:34 +0000 (+0530) Subject: x86: mm/pageattr.c declare arch_report_meminfo before they get used X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e0b7c8192ded4c2096388008d3ca6708caa8b601;p=deliverable%2Flinux.git x86: mm/pageattr.c declare arch_report_meminfo before they get used declared arch_report_meminfo() in asm-x86/pgtable.h as it will be also accessible by fs/proc/proc_misc.c Signed-off-by: Jaswinder Singh --- diff --git a/include/asm-x86/pgtable.h b/include/asm-x86/pgtable.h index 96aa76e691d8..4fb22b9c528f 100644 --- a/include/asm-x86/pgtable.h +++ b/include/asm-x86/pgtable.h @@ -310,6 +310,8 @@ static inline void native_pagetable_setup_start(pgd_t *base) {} static inline void native_pagetable_setup_done(pgd_t *base) {} #endif +extern int arch_report_meminfo(char *page); + #ifdef CONFIG_PARAVIRT #include #else /* !CONFIG_PARAVIRT */