[IA64] remove obsolete no_irq_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 no_irq_chip

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
此提交包含在:
Thomas Gleixner
2009-06-10 12:44:59 -07:00
提交者 Tony Luck
父節點 78ddb274b9
當前提交 8a7c3cd312
共有 3 個檔案被更改,包括 3 行新增3 行删除

查看文件

@@ -46,7 +46,7 @@ hpsim_irq_init (void)
for (i = 0; i < NR_IRQS; ++i) {
idesc = irq_desc + i;
if (idesc->chip == &no_irq_type)
if (idesc->chip == &no_irq_chip)
idesc->chip = &irq_type_hp_sim;
}
}