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>
Mon, 23 Jul 2012 12:54:52 +0000 (13:54 +0100)
commita339aef90470cf21debb138f95e22adf143eecca
tree6683f72573fd4b777f7a99d5359b20756323b9ac
parentf5e08284211b09bc4aa85727a44293c529cfa923
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