# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/07/24 14:59:23+02:00 obi@pegasos.saftware.de # export __dma_alloc_coherent and __dma_free_coherent (required for CONFIG_NOT_COHERENT_CACHE) # # arch/ppc/kernel/dma-mapping.c # 2004/07/24 14:59:03+02:00 obi@pegasos.saftware.de +2 -1 # export __dma_alloc_coherent and __dma_free_coherent (required for CONFIG_NOT_COHERENT_CACHE) # diff -Nru a/arch/ppc/kernel/dma-mapping.c b/arch/ppc/kernel/dma-mapping.c --- a/arch/ppc/kernel/dma-mapping.c 2004-07-24 15:00:12 +02:00 +++ b/arch/ppc/kernel/dma-mapping.c 2004-07-24 15:00:12 +02:00 @@ -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.