* [PATCH] kernel/apic/es700_32: Remove unused variable
@ 2010-07-07 23:51 Javier Martinez Canillas
0 siblings, 0 replies; only message in thread
From: Javier Martinez Canillas @ 2010-07-07 23:51 UTC (permalink / raw)
To: kernel-janitors
Hello,
In today 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
Thanks a lot
Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
---
arch/x86/kernel/apic/es7000_32.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/apic/es7000_32.c b/arch/x86/kernel/apic/es7000_32.c
index 425e53a..8593582 100644
--- a/arch/x86/kernel/apic/es7000_32.c
+++ b/arch/x86/kernel/apic/es7000_32.c
@@ -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)
{
--
1.7.0.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-07 23:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-07 23:51 [PATCH] kernel/apic/es700_32: Remove unused variable Javier Martinez Canillas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox