]> Pileus Git - ~andy/linux/commitdiff
[PATCH] x86_64: unexport pci_*_consistent
authorBrian Gerst <bgerst@didntduck.org>
Wed, 11 Jan 2006 21:45:03 +0000 (22:45 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 03:04:56 +0000 (19:04 -0800)
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>
arch/x86_64/kernel/x8664_ksyms.c

index b7fd6681c629f24de029938715ae32fa9bbe1495..38eb1b1fb8c07a7f563d5acb322956f9d8aef220 100644 (file)
@@ -96,11 +96,6 @@ EXPORT_SYMBOL(copy_to_user);
 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