Commit e3602824 authored by Brian Gerst's avatar Brian Gerst Committed by Linus Torvalds

[PATCH] x86_64: unexport pci_*_consistent

These functions are inlines and shouldn't be exported.
Signed-off-by: default avatarBrian Gerst <bgerst@didntduck.org>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2d0db401
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment