提交 5bbd4a33 编写于 作者: J Javier Martinez Canillas 提交者: Ingo Molnar

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: NJavier 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: NIngo Molnar <mingo@elte.hu>
上级 2aa72f61
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册