[PATCH][PPC32] export __dma_sync & __dma_sync_page

From: Eugene Surovegin
Date: Sat Aug 14 2004 - 22:08:48 EST


This patch adds missing exports for __dma_sync and __dma_sync_page (DMA API
helpers for non-coherent cache PPCs).

Signed-off-by: Eugene Surovegin <ebs@xxxxxxxxxxx>

===== dma-mapping.c 1.2 vs edited =====
--- 1.2/arch/ppc/kernel/dma-mapping.c 2004-07-28 21:58:35 -07:00
+++ edited/dma-mapping.c 2004-08-14 19:15:56 -07:00
@@ -381,6 +381,7 @@
break;
}
}
+EXPORT_SYMBOL(__dma_sync);

#ifdef CONFIG_HIGHMEM
/*
@@ -438,3 +439,4 @@
__dma_sync((void *)start, size, direction);
#endif
}
+EXPORT_SYMBOL(__dma_sync_page);
-
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/