From 6c44bd9fa16d6fa0a9226409b7f0ecfc4c5e4fac Mon Sep 17 00:00:00 2001 From: Dmitri Vorobiev Date: Wed, 18 Jun 2008 10:18:20 +0300 Subject: [PATCH] --- yaml --- r: 101434 b: refs/heads/master c: d58eaab5a01b9cf1819ec57271ac214a39bf6278 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/pci/pci.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c389b166abff..773fb3592941 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1ea6428cbdbb0fd1a6e7e8c3044253eab9aff4c7 +refs/heads/master: d58eaab5a01b9cf1819ec57271ac214a39bf6278 diff --git a/trunk/arch/mips/pci/pci.c b/trunk/arch/mips/pci/pci.c index 358ad6210949..d7d6cb063d26 100644 --- a/trunk/arch/mips/pci/pci.c +++ b/trunk/arch/mips/pci/pci.c @@ -29,8 +29,7 @@ unsigned int pci_probe = PCI_ASSIGN_ALL_BUSSES; * The PCI controller list. */ -struct pci_controller *hose_head, **hose_tail = &hose_head; -struct pci_controller *pci_isa_hose; +static struct pci_controller *hose_head, **hose_tail = &hose_head; unsigned long PCIBIOS_MIN_IO = 0x0000; unsigned long PCIBIOS_MIN_MEM = 0;