diff options
author | Stephen Rothwell <[email protected]> | 2009-03-16 18:52:56 +1100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-03-16 09:21:57 +0100 |
commit | a6bc3262c561780d2a6587aa3d5715b1e7d8fa13 (patch) | |
tree | 3342cbacab2e2e2c2b883e1885ead235c4fd466f /kernel/module.c | |
parent | edb35028e40515beb2f94808aff8b3e71fb9f35a (diff) |
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 <[email protected]>
Cc: Yinghai Lu <[email protected]>
Cc: ppc-dev <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'kernel/module.c')
0 files changed, 0 insertions, 0 deletions