Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f81be876 authored by Yinghai Lu's avatar Yinghai Lu Committed by Ingo Molnar
Browse files

x86: remove two duplicated funcs in setup_32.c



early_cpu_init is declared in processor.h
memory_setup is defined in e820.c

Signed-off-by: default avatarYinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 0f0124fa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;