From: Adrian Bunk <bunk@stusta.de>

This patch removes three unused variables.

Pavel Machek and H. Peter Anvin have already confirmed it's correct.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/i386/power/cpu.c |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

diff -puN arch/i386/power/cpu.c~i386-power-cpuc-remove-three-unused-variables arch/i386/power/cpu.c
--- 25/arch/i386/power/cpu.c~i386-power-cpuc-remove-three-unused-variables	Fri Mar 11 14:41:28 2005
+++ 25-akpm/arch/i386/power/cpu.c	Fri Mar 11 14:41:28 2005
@@ -28,8 +28,7 @@
 
 static struct saved_context saved_context;
 
-unsigned long saved_context_eax, saved_context_ebx;
-unsigned long saved_context_ecx, saved_context_edx;
+unsigned long saved_context_ebx;
 unsigned long saved_context_esp, saved_context_ebp;
 unsigned long saved_context_esi, saved_context_edi;
 unsigned long saved_context_eflags;
_