Browse Source

[MIPS] Fulong: don't reinitialize pci_probe_only to it's default value.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 17 năm trước cách đây
mục cha
commit
f21d850808
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      arch/mips/lemote/lm2e/pci.c

+ 0 - 3
arch/mips/lemote/lm2e/pci.c

@@ -81,9 +81,6 @@ static void __init ict_pcimap(void)
 
 static int __init pcibios_init(void)
 {
-	extern int pci_probe_only;
-	pci_probe_only = 0;
-
 	ict_pcimap();
 	register_pci_controller(&loongson2e_pci_controller);