]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sparseirq, powerpc/cell: fix unused variable warning in interrupt.c
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 16 Mar 2009 07:52:56 +0000 (18:52 +1100)
committerIngo Molnar <mingo@elte.hu>
Mon, 16 Mar 2009 08:21:57 +0000 (09:21 +0100)
commita6bc3262c561780d2a6587aa3d5715b1e7d8fa13
tree3342cbacab2e2e2c2b883e1885ead235c4fd466f
parentedb35028e40515beb2f94808aff8b3e71fb9f35a
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 <sfr@canb.auug.org.au>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: ppc-dev <linuxppc-dev@ozlabs.org>
LKML-Reference: <20090316185256.4a160374.sfr@canb.auug.org.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/powerpc/platforms/cell/interrupt.c