[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix module build by removing duplicate EXPORT_SYMBOL of
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 69f00d6ab5dcdfb440482315715522ee85e86f84 # Parent c983f822a39b6663d3c105431b8c65ceec003807 Fix module build by removing duplicate EXPORT_SYMBOL of dma_alloc_coherent and dma_free_coherent. diff -r c983f822a39b -r 69f00d6ab5dc linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c --- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c Wed Aug 17 13:33:55 2005 +++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c Wed Aug 17 13:34:42 2005 @@ -115,9 +115,6 @@ 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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |