diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-25 15:36:55 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-29 08:48:04 -0400 |
commit | 97499b2ed7ce80cb03e9f513f9f552f833501fbe (patch) | |
tree | be70ae9a6b6a39a5456cb8ec7ba284def4980886 /arch/ia64 | |
parent | b5f0149626ebca4e5f8dd465d335d1b05f28608b (diff) |
ia64: msi: Use irq_move_irq()
This replaces the old move_native_irq() function which is going away.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/msi_ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/msi_ia64.c b/arch/ia64/kernel/msi_ia64.c index b39702d1a9ca..524d5cccbaeb 100644 --- a/arch/ia64/kernel/msi_ia64.c +++ b/arch/ia64/kernel/msi_ia64.c | |||
@@ -88,7 +88,7 @@ void ia64_teardown_msi_irq(unsigned int irq) | |||
88 | static void ia64_ack_msi_irq(struct irq_data *data) | 88 | static void ia64_ack_msi_irq(struct irq_data *data) |
89 | { | 89 | { |
90 | irq_complete_move(data->irq); | 90 | irq_complete_move(data->irq); |
91 | move_native_irq(data->irq); | 91 | irq_move_irq(data); |
92 | ia64_eoi(); | 92 | ia64_eoi(); |
93 | } | 93 | } |
94 | 94 | ||