Commit 97499b2e authored by Thomas Gleixner's avatar Thomas Gleixner

ia64: msi: Use irq_move_irq()

This replaces the old move_native_irq() function which is going away.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent b5f01496
...@@ -88,7 +88,7 @@ void ia64_teardown_msi_irq(unsigned int irq) ...@@ -88,7 +88,7 @@ void ia64_teardown_msi_irq(unsigned int irq)
static void ia64_ack_msi_irq(struct irq_data *data) static void ia64_ack_msi_irq(struct irq_data *data)
{ {
irq_complete_move(data->irq); irq_complete_move(data->irq);
move_native_irq(data->irq); irq_move_irq(data);
ia64_eoi(); ia64_eoi();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment