diff options
Diffstat (limited to 'drivers/xen/platform-pci.c')
| -rw-r--r-- | drivers/xen/platform-pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/platform-pci.c b/drivers/xen/platform-pci.c index fcc819131572..544d3f9010b9 100644 --- a/drivers/xen/platform-pci.c +++ b/drivers/xen/platform-pci.c @@ -64,7 +64,7 @@ static uint64_t get_callback_via(struct pci_dev *pdev)  static irqreturn_t do_hvm_evtchn_intr(int irq, void *dev_id)  { -	return xen_hvm_evtchn_do_upcall(); +	return xen_evtchn_do_upcall();  }  static int xen_allocate_irq(struct pci_dev *pdev)  |