projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0b32d7
)
x86: make __pci_mmcfg_init static in mmconfig-shared.c
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 12 May 2008 13:43:37 +0000
(15:43 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sun, 25 May 2008 06:58:28 +0000
(08:58 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/pci/mmconfig-shared.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/pci/mmconfig-shared.c
b/arch/x86/pci/mmconfig-shared.c
index 0cfebecf2a8f128cc2b52f632a95d55eef397fb3..23faaa890ffcd8aac87502d827d3c8d3c7ab7399 100644
(file)
--- a/
arch/x86/pci/mmconfig-shared.c
+++ b/
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)