powerpc: media5200: Remove pointless set_irq_type()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 25 Mar 2011 14:54:03 +0000 (15:54 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 12:48:09 +0000 (14:48 +0200)
The irq chip has no irq_set_type() callback. So calling the call is
pointless. Set IRQ_LEVEL via the proper accessor.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found