arm: orion: Use generic irq chip
authorThomas Gleixner <tglx@linutronix.de>
Thu, 14 Apr 2011 17:17:57 +0000 (19:17 +0200)
committerNicolas Pitre <nico@fluxnic.net>
Mon, 16 May 2011 18:34:54 +0000 (14:34 -0400)
The core interrupt chip is a straight forward conversion. The gpio
chip is implemented with two instances of the irq_chip_type which can
be switched with the irq_set_type function. That allows us to use the
generic callbacks and avoids the conditionals in them.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>

No differences found