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)
commit212d786dabfee69c2ce5498821c2a0a679a1197b
tree5e8168a21e351165836b362fa75524e83d21530c
parent98488db9ff01849354bffb6a9675b1cc2ecf03fd
powerpc: media5200: Remove pointless set_irq_type()

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>
arch/powerpc/platforms/52xx/media5200.c