|
@@ -24,8 +24,6 @@ int force_iommu __read_mostly;
|
|
|
|
|
|
int iommu_pass_through;
|
|
int iommu_pass_through;
|
|
|
|
|
|
-extern struct dma_map_ops intel_dma_ops;
|
|
|
|
-
|
|
|
|
static int __init pci_iommu_init(void)
|
|
static int __init pci_iommu_init(void)
|
|
{
|
|
{
|
|
if (iommu_detected)
|
|
if (iommu_detected)
|
|
@@ -39,8 +37,6 @@ fs_initcall(pci_iommu_init);
|
|
|
|
|
|
void __init pci_iommu_alloc(void)
|
|
void __init pci_iommu_alloc(void)
|
|
{
|
|
{
|
|
- dma_ops = &intel_dma_ops;
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* The order of these functions is important for
|
|
* The order of these functions is important for
|
|
* fall-back/fail-over reasons
|
|
* fall-back/fail-over reasons
|