[PATCH] i386: Remove extern declaration from mm/discontig.c, put in header.

Extern declarations belong in headers.  Times, they are a'changin.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andi Kleen <ak@suse.de>

===================================================================
This commit is contained in:
Rusty Russell 2007-02-13 13:26:26 +01:00 committed by Andi Kleen
parent 2a57ff1a70
commit 40d22c1b56
2 changed files with 2 additions and 1 deletions

View file

@ -101,7 +101,6 @@ extern void find_max_pfn(void);
extern void add_one_highpage_init(struct page *, int, int);
extern struct e820map e820;
extern unsigned long init_pg_tables_end;
extern unsigned long highend_pfn, highstart_pfn;
extern unsigned long max_low_pfn;
extern unsigned long totalram_pages;

View file

@ -77,6 +77,8 @@ int __init sanitize_e820_map(struct e820entry * biosmap, char * pnr_map);
void __init add_memory_region(unsigned long long start,
unsigned long long size, int type);
extern unsigned long init_pg_tables_end;
#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */