From: Andi Kleen Date: Fri, 29 Jul 2005 04:15:35 +0000 (-0700) Subject: [PATCH] x86_64: Remove obsolete eat_key prototype X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6391ad0aa487e7b13588b1439d2462a320b07d0d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [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 76165736e43a..96d6c3d59798 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