projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f0124f
)
x86: remove two duplicated funcs in setup_32.c
author
Yinghai Lu
<yhlu.kernel@gmail.com>
Sun, 22 Jun 2008 02:16:52 +0000
(19:16 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 8 Jul 2008 10:50:11 +0000
(12:50 +0200)
early_cpu_init is declared in processor.h
memory_setup is defined in e820.c
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup_32.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/setup_32.c
b/arch/x86/kernel/setup_32.c
index 865838b11792e072459d00ddd31acbc44b20237b..602a45c59ff66490ae72525e859e664e8b02b820 100644
(file)
--- a/
arch/x86/kernel/setup_32.c
+++ b/
arch/x86/kernel/setup_32.c
@@
-206,7
+206,6
@@
struct ist_info ist_info;
EXPORT_SYMBOL(ist_info);
#endif
-extern void early_cpu_init(void);
extern int root_mountflags;
unsigned long saved_video_mode;