From: Yinghai Lu <yhlu.kernel@gmail.com>
Date: Tue, 27 May 2008 23:29:20 +0000 (-0700)
Subject: x86: remove duplicated e820 func in setup.h
X-Git-Tag: firefly_0821_release~19697^2~249^2~61
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fb093eab6d8963a085f112773284f2bcb3d7907b;p=firefly-linux-kernel-4.4.55.git

x86: remove duplicated e820 func in setup.h

we already have them in e820.h

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---

diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h
index 64f5f0c11d66..9e163fc3e984 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);
-
 
 void __init i386_start_kernel(void);