提交 97499b2e 编写于 作者: T Thomas Gleixner

ia64: msi: Use irq_move_irq()

This replaces the old move_native_irq() function which is going away.
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 b5f01496
......@@ -88,7 +88,7 @@ void ia64_teardown_msi_irq(unsigned int irq)
static void ia64_ack_msi_irq(struct irq_data *data)
{
irq_complete_move(data->irq);
move_native_irq(data->irq);
irq_move_irq(data);
ia64_eoi();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册