x86/apic/es7000_32: Remove unused variable
authorJavier Martinez Canillas <[email protected]>
Wed, 7 Jul 2010 23:51:59 +0000 (19:51 -0400)
committerIngo Molnar <[email protected]>
Thu, 8 Jul 2010 07:14:37 +0000 (09:14 +0200)
In today's linux-next I got this compile warning:

 arch/x86/kernel/apic/es7000_32.c:132: warning: 'base' defined but not used

Current patch solves the issue removing the unused variable.

Signed-off-by: Javier Martinez Canillas <[email protected]>
Cc: Rakib Mullick <[email protected]>
Cc: Eric W. Biederman <[email protected]>
Cc: Cyrill Gorcunov <[email protected]>
Cc: Tejun Heo <[email protected]>
LKML-Reference: <1278546719.9020.4.camel@lenovo>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/apic/es7000_32.c

index 425e53a87febe983ab07533d17d4d10e4f24a726..8593582d8022bed84972fe6bde245035778d7c80 100644 (file)
@@ -129,7 +129,6 @@ int                                 es7000_plat;
  * GSI override for ES7000 platforms.
  */
 
-static unsigned int                    base;
 
 static int __cpuinit wakeup_secondary_cpu_via_mip(int cpu, unsigned long eip)
 {