mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-19 07:27:50 +00:00
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>
This commit is contained in:
parent
e0b32d768c
commit
968cbfad1a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user