[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>
此提交包含在:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
新增問題並參考
封鎖使用者