[PATCH] x86_64: unexport pci_*_consistent

From: Brian Gerst
Date: Wed Dec 28 2005 - 12:31:08 EST


These functions are inlines and shouldn't be exported.

Signed-off-by: Brian Gerst <bgerst@xxxxxxxxxxxxx>

---
commit f26d8d02de18c29fdb8f17c1609ac2bfd7c538fe
tree 8c828e6a603a20acd8eecf533b463cb93f99204b
parent 76ea50a4c7617782dc0ee6078c8ac5564ada924c
author Brian Gerst <bgerst@xxxxxxxxxxxxx> Wed, 28 Dec 2005 12:02:14 -0500
committer Brian Gerst <bgerst@xxxxxxxxxxxxx> Wed, 28 Dec 2005 12:02:14 -0500

arch/x86_64/kernel/x8664_ksyms.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/arch/x86_64/kernel/x8664_ksyms.c b/arch/x86_64/kernel/x8664_ksyms.c
index 4a54221..18b84f8 100644
--- a/arch/x86_64/kernel/x8664_ksyms.c
+++ b/arch/x86_64/kernel/x8664_ksyms.c
@@ -98,11 +98,6 @@ EXPORT_SYMBOL(copy_in_user);
EXPORT_SYMBOL(strnlen_user);

#ifdef CONFIG_PCI
-EXPORT_SYMBOL(pci_alloc_consistent);
-EXPORT_SYMBOL(pci_free_consistent);
-#endif
-
-#ifdef CONFIG_PCI
EXPORT_SYMBOL(pci_mem_start);
#endif



-
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/