From: Andi Kleen Date: Fri, 29 Jul 2005 04:15:35 +0000 (-0700) Subject: [PATCH] x86_64: Remove obsolete eat_key prototype X-Git-Tag: v2.6.13-rc5~145 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6391ad0aa487e7b13588b1439d2462a320b07d0d;p=linux-2.6 [PATCH] x86_64: Remove obsolete eat_key prototype Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-x86_64/system.h b/include/asm-x86_64/system.h index 76165736e4..96d6c3d597 100644 --- a/include/asm-x86_64/system.h +++ b/include/asm-x86_64/system.h @@ -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