]> git.karo-electronics.de Git - linux-beck.git/commitdiff
x86: remove duplicated e820 func in setup.h
authorYinghai Lu <yhlu.kernel@gmail.com>
Tue, 27 May 2008 23:29:20 +0000 (16:29 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 2 Jun 2008 10:51:03 +0000 (12:51 +0200)
we already have them in e820.h

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/setup.h

index 64f5f0c11d6664888a69b1ce8ce7c950bc91553a..9e163fc3e984505880e6dacf6c7f1127f52166bd 100644 (file)
@@ -50,15 +50,9 @@ extern struct boot_params boot_params;
  */
 #define LOWMEMSIZE()   (0x9f000)
 
-struct e820entry;
-
 char * __init machine_specific_memory_setup(void);
 char *memory_setup(void);
 
-int __init copy_e820_map(struct e820entry *biosmap, int nr_map);
-void __init add_memory_region(unsigned long long start,
-                             unsigned long long size, int type);
-
 
 void __init i386_start_kernel(void);