From: Brian Gerst Date: Wed, 11 Jan 2006 21:45:03 +0000 (+0100) Subject: [PATCH] x86_64: unexport pci_*_consistent X-Git-Tag: v2.6.16-rc1~327 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e3602824cb1172deeb0f2b286025753882b90b28;p=~emulex%2Finfiniband.git [PATCH] x86_64: unexport pci_*_consistent These functions are inlines and shouldn't be exported. Signed-off-by: Brian Gerst Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- 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 @@ -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