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:
b0d974e
)
PCI: make arch/i386/pci/common.c:pci_bf_sort static
author
Adrian Bunk
<bunk@stusta.de>
Thu, 16 Nov 2006 12:16:23 +0000
(13:16 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 1 Dec 2006 22:37:00 +0000
(14:37 -0800)
This patch makes the needlessly global pci_bf_sort static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/i386/pci/common.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/pci/common.c
b/arch/i386/pci/common.c
index cdfcf971098b642c7d68c3141f4a93fcf82869a4..53ca6e897984a669e4a36ef23295bb0f9e30d561 100644
(file)
--- a/
arch/i386/pci/common.c
+++ b/
arch/i386/pci/common.c
@@
-20,7
+20,7
@@
unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
PCI_PROBE_MMCONF;
-int pci_bf_sort;
+
static
int pci_bf_sort;
int pci_routeirq;
int pcibios_last_bus = -1;
unsigned long pirq_table_addr;