diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/xen/pci-swiotlb-xen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/xen/pci-swiotlb-xen.c b/arch/x86/xen/pci-swiotlb-xen.c index b152640d8388..1608244756de 100644 --- a/arch/x86/xen/pci-swiotlb-xen.c +++ b/arch/x86/xen/pci-swiotlb-xen.c | |||
@@ -97,6 +97,6 @@ int pci_xen_swiotlb_init_late(void) | |||
97 | EXPORT_SYMBOL_GPL(pci_xen_swiotlb_init_late); | 97 | EXPORT_SYMBOL_GPL(pci_xen_swiotlb_init_late); |
98 | 98 | ||
99 | IOMMU_INIT_FINISH(pci_xen_swiotlb_detect, | 99 | IOMMU_INIT_FINISH(pci_xen_swiotlb_detect, |
100 | 0, | 100 | NULL, |
101 | pci_xen_swiotlb_init, | 101 | pci_xen_swiotlb_init, |
102 | 0); | 102 | NULL); |