Commit 968cbfad1a727b5689ae620f4d970abf6ce73340

Authored by Thomas Gleixner
1 parent e0b32d768c

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/x86/pci/mmconfig-shared.c
... ... @@ -374,7 +374,7 @@
374 374  
375 375 static int __initdata known_bridge;
376 376  
377   -void __init __pci_mmcfg_init(int early)
  377 +static void __init __pci_mmcfg_init(int early)
378 378 {
379 379 /* MMCONFIG disabled */
380 380 if ((pci_probe & PCI_PROBE_MMCONF) == 0)