diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-11-16 15:16:23 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-12-02 01:37:00 +0300 |
commit | 2b290da053608692ea206507d993b70c39d2cdea (patch) | |
tree | 4b0c2d544defb0ff4701dc311ebdf7d1c6944a28 /arch | |
parent | b0d974e90d6f9fbf3a926defbbc76543cff74426 (diff) | |
download | linux-2b290da053608692ea206507d993b70c39d2cdea.tar.xz |
PCI: make arch/i386/pci/common.c:pci_bf_sort static
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/pci/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/pci/common.c b/arch/i386/pci/common.c index cdfcf971098b..53ca6e897984 100644 --- 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; |