提交 e3602824 编写于 作者: B Brian Gerst 提交者: Linus Torvalds

[PATCH] x86_64: unexport pci_*_consistent

These functions are inlines and shouldn't be exported.
Signed-off-by: NBrian Gerst <bgerst@didntduck.org>
Signed-off-by: NAndi Kleen <ak@suse.de>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册