|
@@ -37,12 +37,6 @@ static int __init pci_iommu_init(void)
|
|
/* Must execute after PCI subsystem */
|
|
/* Must execute after PCI subsystem */
|
|
fs_initcall(pci_iommu_init);
|
|
fs_initcall(pci_iommu_init);
|
|
|
|
|
|
-void __init
|
|
|
|
-iommu_dma_init(void)
|
|
|
|
-{
|
|
|
|
- return;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
void __init pci_iommu_alloc(void)
|
|
void __init pci_iommu_alloc(void)
|
|
{
|
|
{
|
|
dma_ops = &intel_dma_ops;
|
|
dma_ops = &intel_dma_ops;
|