More than two years is enough migration time. Remove the compability cruft.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
 Why:   __do_IRQ was kept for easy migration to the type flow handlers.
        More than two years of migration time is enough.
 Who:   Thomas Gleixner <tglx@linutronix.de>
+
+-----------------------------
+
+What:  obsolete generic irq defines and typedefs
+When:  2.6.30
+Why:   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
+Who:   Thomas Gleixner <tglx@linutronix.de>