aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/pci/common.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-06-28 18:54:33 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2006-07-12 16:05:48 -0700
commit6e2338992c5a7d0711ce09f1d1b79a1a27d37bca (patch)
tree52da32a558c4f59416cb6657fa9bf2acdbf3130d /arch/i386/pci/common.c
parent155dbfd8846bf165bb036c4492ad121c8b059f1d (diff)
downloadlinux-6e2338992c5a7d0711ce09f1d1b79a1a27d37bca.tar.gz
[PATCH] PCI: poper prototype for arch/i386/pci/pcbios.c:pcibios_sort()
This patch adds a proper prototype for pcibios_sort() in arch/i386/pci/pci.h. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/i386/pci/common.c')
-rw-r--r--arch/i386/pci/common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/i386/pci/common.c b/arch/i386/pci/common.c
index c624b61e110455..0a362e3aeac55a 100644
--- a/arch/i386/pci/common.c
+++ b/arch/i386/pci/common.c
@@ -17,10 +17,6 @@
#include "pci.h"
-#ifdef CONFIG_PCI_BIOS
-extern void pcibios_sort(void);
-#endif
-
unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
PCI_PROBE_MMCONF;