]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
genirq: fix CONFIG_IRQ_EDGE_EOI_HANDLER build
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 29 Mar 2011 23:55:12 +0000 (10:55 +1100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Mar 2011 00:04:39 +0000 (17:04 -0700)
commitac0e0447be3b7a3dd583193b0230bfe3ddef0442
tree215ed76c15b6d95f7444fc845635253628dc33ba
parent0ce790e7d736cedc563e1fb4e998babf5a4dbc3d
genirq: fix CONFIG_IRQ_EDGE_EOI_HANDLER build

Fixes these errors:

  kernel/irq/chip.c: In function 'handle_edge_eoi_irq':
  kernel/irq/chip.c:517: warning: label 'out_unlock' defined but not used
  kernel/irq/chip.c:503: error: label 'out_eoi' used but not defined

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/irq/chip.c