mirror of https://gitee.com/openkylin/linux.git
[PATCH] x86_64: Remove obsolete eat_key prototype
Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
d970a52180
commit
6391ad0aa4
|
@ -335,9 +335,6 @@ void cpu_idle_wait(void);
|
|||
void disable_hlt(void);
|
||||
void enable_hlt(void);
|
||||
|
||||
#define HAVE_EAT_KEY
|
||||
void eat_key(void);
|
||||
|
||||
extern unsigned long arch_align_stack(unsigned long sp);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue