aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2005-07-28 21:15:35 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-28 21:45:59 -0700
commit6391ad0aa487e7b13588b1439d2462a320b07d0d (patch)
tree4d45938e7e62fd958985852b1fdeded35fa488f8 /include
parentd970a5218088a856d80acd9da6c6742f55cb0a0d (diff)
[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>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86_64/system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86_64/system.h b/include/asm-x86_64/system.h
index 76165736e43..96d6c3d5979 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