Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bbd4a33 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Ingo Molnar
Browse files

x86/apic/es7000_32: Remove unused variable



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: default avatarJavier Martinez Canillas <martinez.javier@gmail.com>
Cc: Rakib Mullick <rakib.mullick@gmail.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Tejun Heo <tj@kernel.org>
LKML-Reference: <1278546719.9020.4.camel@lenovo>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2aa72f61
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)
{