public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] APIC: Remove unused variable
@ 2010-06-05 20:56 Richard Weinberger
  2010-06-05 21:19 ` Dan Carpenter
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Weinberger @ 2010-06-05 20:56 UTC (permalink / raw)
  To: tglx
  Cc: mingo, hpa, x86, rakib.mullick, ebiederm, gorcunov, linux-kernel,
	kernel-janitors, Richard Weinberger

base is never used in this file.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 arch/x86/kernel/apic/es7000_32.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel/apic/es7000_32.c b/arch/x86/kernel/apic/es7000_32.c
index 425e53a..ef34391 100644
--- a/arch/x86/kernel/apic/es7000_32.c
+++ b/arch/x86/kernel/apic/es7000_32.c
@@ -129,8 +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)
 {
 	unsigned long vect = 0, psaival = 0;
-- 
1.6.6.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-05 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-05 20:56 [PATCH] APIC: Remove unused variable Richard Weinberger
2010-06-05 21:19 ` Dan Carpenter
2010-06-05 21:28   ` Richard Weinberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox