xen: Fix compile error introduced by "switch to new irq_chip functions"
[firefly-linux-kernel-4.4.55.git] / drivers / xen / events.c
index cf1712fb1c46d0cc2702ebc24166fcb0e2ee68a0..5aa422a3c3cd2e613c466916b9efdd256975caa4 100644 (file)
@@ -553,7 +553,7 @@ static void ack_pirq(struct irq_data *data)
 {
        int evtchn = evtchn_from_irq(data->irq);
 
-       irq_move_irq(data);
+       move_native_irq(data->irq);
 
        if (VALID_EVTCHN(evtchn)) {
                mask_evtchn(evtchn);