avr32: remove obsolete hw_interrupt_type
authorThomas Gleixner <tglx@linutronix.de>
Tue, 12 May 2009 20:37:11 +0000 (13:37 -0700)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Wed, 13 May 2009 14:53:48 +0000 (16:53 +0200)
commit334034c132017fa662716b70591b2297ed7f238c
tree39b2a202504a719d664eff41daebcfc59180fccc
parent7ebcfcf19723254ebe90cdf8718436b9955a9a01
avr32: remove obsolete hw_interrupt_type

The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t) have
been kept around for migration reasons.  After more than two years it's
time to remove them finally.

This patch cleans up one of the remaining users.  When all such patches
hit mainline we can remove the defines and typedefs finally.

Impact: cleanup

Convert the last remaining users to struct irq_chip and remove the
define.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
arch/avr32/include/asm/hw_irq.h