From: Stephen Rothwell Date: Mon, 16 Mar 2009 07:52:56 +0000 (+1100) Subject: sparseirq, powerpc/cell: fix unused variable warning in interrupt.c X-Git-Tag: v2.6.30-rc1~3^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6bc3262c561780d2a6587aa3d5715b1e7d8fa13;p=pandora-kernel.git sparseirq, powerpc/cell: fix unused variable warning in interrupt.c This new compiler warning: arch/powerpc/platforms/cell/interrupt.c: In function 'handle_iic_irq': arch/powerpc/platforms/cell/interrupt.c:240: warning: unused variable 'cpu' Triggers because the local variable 'cpu' became unused due to commit: dee4102: sparseirq: use kstat_irqs_cpu instead Remove the variable. Signed-off-by: Stephen Rothwell Cc: Yinghai Lu Cc: ppc-dev LKML-Reference: <20090316185256.4a160374.sfr@canb.auug.org.au> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed