aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-17 13:34:42 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-17 13:34:42 +0000
commit806ac068522c4ef96a8bf302004d725ab9e20431 (patch)
tree338276ec3814a2429c56ba9fc1cdef326673154b
parent34f71bcc7ce9196ff101ceed2e339af921db984c (diff)
downloadxen-806ac068522c4ef96a8bf302004d725ab9e20431.tar.gz
xen-806ac068522c4ef96a8bf302004d725ab9e20431.tar.bz2
xen-806ac068522c4ef96a8bf302004d725ab9e20431.zip
Fix module build by removing duplicate EXPORT_SYMBOL of
dma_alloc_coherent and dma_free_coherent.
-rw-r--r--linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c b/linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c
index d767aa6da2..30c2357b4e 100644
--- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c
+++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c
@@ -115,9 +115,6 @@ EXPORT_SYMBOL(__copy_from_user_ll);
EXPORT_SYMBOL(__copy_to_user_ll);
EXPORT_SYMBOL(strnlen_user);
-EXPORT_SYMBOL(dma_alloc_coherent);
-EXPORT_SYMBOL(dma_free_coherent);
-
#ifdef CONFIG_PCI
EXPORT_SYMBOL(pci_mem_start);
#endif