diff options
Diffstat (limited to 'arch/x86/xen/pci-swiotlb-xen.c')
-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 2d58b3ff4fae..1ab45941502d 100644 --- a/arch/x86/xen/pci-swiotlb-xen.c +++ b/arch/x86/xen/pci-swiotlb-xen.c | |||
@@ -63,6 +63,6 @@ void __init pci_xen_swiotlb_init(void) | |||
63 | } | 63 | } |
64 | } | 64 | } |
65 | IOMMU_INIT_FINISH(pci_xen_swiotlb_detect, | 65 | IOMMU_INIT_FINISH(pci_xen_swiotlb_detect, |
66 | 0, | 66 | NULL, |
67 | pci_xen_swiotlb_init, | 67 | pci_xen_swiotlb_init, |
68 | 0); | 68 | NULL); |