aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/pci')
-rw-r--r--arch/x86/pci/xen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c
index 393981feb12f..8214724ce54d 100644
--- a/arch/x86/pci/xen.c
+++ b/arch/x86/pci/xen.c
@@ -473,6 +473,7 @@ void __init xen_setup_pirqs(void)
473} 473}
474#endif 474#endif
475 475
476#ifdef CONFIG_XEN_DOM0
476struct xen_device_domain_owner { 477struct xen_device_domain_owner {
477 domid_t domain; 478 domid_t domain;
478 struct pci_dev *dev; 479 struct pci_dev *dev;
@@ -545,3 +546,4 @@ int xen_unregister_device_domain_owner(struct pci_dev *dev)
545 return 0; 546 return 0;
546} 547}
547EXPORT_SYMBOL_GPL(xen_unregister_device_domain_owner); 548EXPORT_SYMBOL_GPL(xen_unregister_device_domain_owner);
549#endif