aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/numaq_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/pci/numaq_32.c')
-rw-r--r--arch/x86/pci/numaq_32.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/pci/numaq_32.c b/arch/x86/pci/numaq_32.c
index 8eb295e116f6..45c0c9e45903 100644
--- a/arch/x86/pci/numaq_32.c
+++ b/arch/x86/pci/numaq_32.c
@@ -152,14 +152,8 @@ int __init pci_numaq_init(void)
152{ 152{
153 int quad; 153 int quad;
154 154
155 if (!found_numaq)
156 return 0;
157
158 raw_pci_ops = &pci_direct_conf1_mq; 155 raw_pci_ops = &pci_direct_conf1_mq;
159 156
160 if (pcibios_scanned++)
161 return 0;
162
163 pci_root_bus = pcibios_scan_root(0); 157 pci_root_bus = pcibios_scan_root(0);
164 if (pci_root_bus) 158 if (pci_root_bus)
165 pci_bus_add_devices(pci_root_bus); 159 pci_bus_add_devices(pci_root_bus);