diff options
author | Stephen Rothwell <[email protected]> | 2009-12-04 16:49:34 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2010-05-10 11:49:32 -0300 |
commit | 4f7b9e7cbe68c97dbe1266709ecfc8b807b0d0ee (patch) | |
tree | 378b7c319496fba4391e5059b6a79c47d52e0b33 | |
parent | 3b918c12df4f624140456d6c6f982bada8e1f095 (diff) |
i7core_edac: do not export static functions
Signed-off-by: Stephen Rothwell <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | arch/x86/pci/legacy.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |