]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: do not export pci_alloc/free_consistent
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 12 Nov 2009 07:54:13 +0000 (18:54 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 24 Nov 2009 06:00:23 +0000 (17:00 +1100)
Since they are static inline functions.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/ppc_ksyms.c

index 07115d6cd4ba7dd778d2a71a071bb63f4c726beb..425451453e96d9cd7e14c6f20fdc6c852ec2f235 100644 (file)
@@ -96,8 +96,6 @@ EXPORT_SYMBOL(copy_4K_page);
 EXPORT_SYMBOL(isa_io_base);
 EXPORT_SYMBOL(isa_mem_base);
 EXPORT_SYMBOL(pci_dram_offset);
-EXPORT_SYMBOL(pci_alloc_consistent);
-EXPORT_SYMBOL(pci_free_consistent);
 #endif /* CONFIG_PCI */
 
 EXPORT_SYMBOL(start_thread);