Skip to content

Commit

Permalink
[PATCH] x86_64: Remove obsolete eat_key prototype
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jul 29, 2005
1 parent d970a52 commit 6391ad0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/asm-x86_64/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6391ad0

Please sign in to comment.