Skip to content

Commit

Permalink
x86: make __pci_mmcfg_init static in mmconfig-shared.c
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed May 25, 2008
1 parent e0b32d7 commit 968cbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/pci/mmconfig-shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ static void __init pci_mmcfg_reject_broken(int early)

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)
Expand Down

0 comments on commit 968cbfa

Please sign in to comment.