* [PATCH][PPC32] Export some DMA API symbols
@ 2004-07-24 18:56 Matt Porter
0 siblings, 0 replies; only message in thread
From: Matt Porter @ 2004-07-24 18:56 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel
Exports some DMA API symbols so module clients work.
Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
===== 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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-07-24 18:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-24 18:56 [PATCH][PPC32] Export some DMA API symbols Matt Porter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox