* [PATCH] x86_64: unexport pci_*_consistent
@ 2005-12-28 17:32 Brian Gerst
0 siblings, 0 replies; only message in thread
From: Brian Gerst @ 2005-12-28 17:32 UTC (permalink / raw)
To: Andrew Morton; +Cc: Andi Kleen, lkml
These functions are inlines and shouldn't be exported.
Signed-off-by: Brian Gerst <bgerst@didntduck.org>
---
commit f26d8d02de18c29fdb8f17c1609ac2bfd7c538fe
tree 8c828e6a603a20acd8eecf533b463cb93f99204b
parent 76ea50a4c7617782dc0ee6078c8ac5564ada924c
author Brian Gerst <bgerst@didntduck.org> Wed, 28 Dec 2005 12:02:14 -0500
committer Brian Gerst <bgerst@didntduck.org> 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2005-12-28 17:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-28 17:32 [PATCH] x86_64: unexport pci_*_consistent Brian Gerst
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox