Commit f21d8508 authored by Ralf Baechle's avatar Ralf Baechle

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

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 07c019bc
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment