[PATCH] x86: remove duplicated e820 func in setup.h

From: Yinghai Lu
Date: Tue May 27 2008 - 19:29:35 EST



we already have them in e820.h

Signed-off-by: Yinghai Lu <yhlu.kernel@xxxxxxxxx>

diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h
index ffa0f54..53ef090 100644
--- a/include/asm-x86/setup.h
+++ b/include/asm-x86/setup.h
@@ -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);
-
extern unsigned long init_pg_tables_end;


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/