]> git.hungrycats.org Git - linux/commitdiff
[SPARC64]: Export sbus_dma_sync_X_for_device routines too.
authorDavid S. Miller <davem@nuts.davemloft.net>
Fri, 19 Mar 2004 06:00:05 +0000 (22:00 -0800)
committerDavid S. Miller <davem@nuts.davemloft.net>
Fri, 19 Mar 2004 06:00:05 +0000 (22:00 -0800)
arch/sparc64/kernel/sparc64_ksyms.c

index c211a7d8f036e37637b1c85368401fc3903618b4..79459a13c877a7b0d6eb873a44be8c4f9611b092 100644 (file)
@@ -214,7 +214,9 @@ EXPORT_SYMBOL(sbus_unmap_single);
 EXPORT_SYMBOL(sbus_map_sg);
 EXPORT_SYMBOL(sbus_unmap_sg);
 EXPORT_SYMBOL(sbus_dma_sync_single_for_cpu);
+EXPORT_SYMBOL(sbus_dma_sync_single_for_device);
 EXPORT_SYMBOL(sbus_dma_sync_sg_for_cpu);
+EXPORT_SYMBOL(sbus_dma_sync_sg_for_device);
 #endif
 EXPORT_SYMBOL(outsb);
 EXPORT_SYMBOL(outsw);