[PATCH][PPC32] Export some DMA API symbols

From: Matt Porter
Date: Sat Jul 24 2004 - 13:57:06 EST


Exports some DMA API symbols so module clients work.

Signed-off-by: Matt Porter <mporter@xxxxxxxxxxxxxxxxxxx>

===== arch/ppc/kernel/dma-mapping.c 1.1 vs edited =====
--- 1.1/arch/ppc/kernel/dma-mapping.c Sat May 29 10:56:08 2004
+++ edited/arch/ppc/kernel/dma-mapping.c Fri Jun 4 14:08:41 2004
@@ -254,6 +254,7 @@
no_page:
return NULL;
}
+EXPORT_SYMBOL(__dma_alloc_coherent);

/*
* free a page as defined by the above mapping.
@@ -317,7 +318,7 @@
__func__, vaddr);
dump_stack();
}
-EXPORT_SYMBOL(dma_free_coherent);
+EXPORT_SYMBOL(__dma_free_coherent);

/*
* Initialise the consistent memory allocation.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/