From: Stephen Rothwell Date: Fri, 4 Dec 2009 18:49:34 +0000 (-0200) Subject: i7core_edac: do not export static functions X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4f7b9e7cbe68c97dbe1266709ecfc8b807b0d0ee;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git i7core_edac: do not export static functions Signed-off-by: Stephen Rothwell Signed-off-by: Mauro Carvalho Chehab --- diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c index d6cc2eddf339..8d460eaf524f 100644 --- a/arch/x86/pci/legacy.c +++ b/arch/x86/pci/legacy.c @@ -35,7 +35,6 @@ int __init pci_legacy_init(void) return 0; } -EXPORT_SYMBOL_GPL(pci_legacy_init); void pcibios_scan_specific_bus(int busn) {