diff options
Diffstat (limited to 'arch/x86/pci/xen.c')
-rw-r--r-- | arch/x86/pci/xen.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c index 08e3cdccdfa8..3a4ab0b4dcca 100644 --- a/arch/x86/pci/xen.c +++ b/arch/x86/pci/xen.c | |||
@@ -53,6 +53,12 @@ static int xen_hvm_register_pirq(u32 gsi, int triggering) | |||
53 | 53 | ||
54 | return irq; | 54 | return irq; |
55 | } | 55 | } |
56 | |||
57 | static int acpi_register_gsi_xen_hvm(struct device *dev, u32 gsi, | ||
58 | int trigger, int polarity) | ||
59 | { | ||
60 | return xen_hvm_register_pirq(gsi, trigger); | ||
61 | } | ||
56 | #endif | 62 | #endif |
57 | 63 | ||
58 | #if defined(CONFIG_PCI_MSI) | 64 | #if defined(CONFIG_PCI_MSI) |