aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64
diff options
context:
space:
mode:
authorBrian Gerst <bgerst@didntduck.org>2006-01-11 22:45:03 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-11 19:04:56 -0800
commite3602824cb1172deeb0f2b286025753882b90b28 (patch)
tree8f2cb7feee5b780bd7358c05844df0bfb9353e37 /arch/x86_64
parent2d0db401ee4ee08857b79f1d3be40e8a819f8992 (diff)
[PATCH] x86_64: unexport pci_*_consistent
These functions are inlines and shouldn't be exported. Signed-off-by: Brian Gerst <bgerst@didntduck.org> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/kernel/x8664_ksyms.c5
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 b7fd6681c62..38eb1b1fb8c 100644
--- a/arch/x86_64/kernel/x8664_ksyms.c
+++ b/arch/x86_64/kernel/x8664_ksyms.c
@@ -97,11 +97,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