ide: export ide_allocate_dma_engine()
[deliverable/linux.git] / drivers / ide / ide-dma.c
index 1933254660a1df96da7332f467887471cc2d3b22..ca7f974a71f5a8644215067384bc667d167c56d9 100644 (file)
@@ -821,7 +821,7 @@ void ide_release_dma_engine(ide_hwif_t *hwif)
        }
 }
 
-static int ide_allocate_dma_engine(ide_hwif_t *hwif)
+int ide_allocate_dma_engine(ide_hwif_t *hwif)
 {
        struct pci_dev *pdev = to_pci_dev(hwif->dev);
 
@@ -837,6 +837,7 @@ static int ide_allocate_dma_engine(ide_hwif_t *hwif)
 
        return 1;
 }
+EXPORT_SYMBOL_GPL(ide_allocate_dma_engine);
 
 void ide_setup_dma(ide_hwif_t *hwif, unsigned long base)
 {
This page took 0.024935 seconds and 5 git commands to generate.