Browse Source

x86: make __pci_mmcfg_init static in mmconfig-shared.c

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Thomas Gleixner 17 years ago
parent
commit
968cbfad1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/pci/mmconfig-shared.c

+ 1 - 1
arch/x86/pci/mmconfig-shared.c

@@ -374,7 +374,7 @@ reject:
 
 static int __initdata known_bridge;
 
-void __init __pci_mmcfg_init(int early)
+static void __init __pci_mmcfg_init(int early)
 {
 	/* MMCONFIG disabled */
 	if ((pci_probe & PCI_PROBE_MMCONF) == 0)