Skip to content

Commit

Permalink
[MIPS] Fulong: don't reinitialize pci_probe_only to it's default value.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jan 29, 2008
1 parent 07c019b commit f21d850
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/mips/lemote/lm2e/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f21d850

Please sign in to comment.