]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: OCTEON: Consolidate the edge and level irq_chip structures.
authorDavid Daney <david.daney@cavium.com>
Thu, 5 Jul 2012 16:12:38 +0000 (18:12 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Jul 2012 16:12:38 +0000 (18:12 +0200)
commit95608b758a3553280d6540683c9551930454a196
treeea4f1af49c8473cc331b0dd803b27c4520abb865
parentc7ded61ef590ad74d6fcb9b8753aeb33369bdcf0
MIPS: OCTEON: Consolidate the edge and level irq_chip structures.

We can consolidate octeon_irq_chip_ciu_edge and octeon_irq_chip_ciu as
they only differ in the .irq_ack element, and that is unused by the
level handler.  This gets rid of a bunch of duplicate definitions.

Signed-off-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3931/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cavium-octeon/octeon-irq.c