aboutsummaryrefslogtreecommitdiffstats
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
parent[PATCH] x86_64: Remove unused apic_write_atomic (diff)
downloadlinux-dev-e3602824cb1172deeb0f2b286025753882b90b28.tar.xz
linux-dev-e3602824cb1172deeb0f2b286025753882b90b28.zip
[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>
-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 b7fd6681c629..38eb1b1fb8c0 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