diff options
Diffstat (limited to 'arch/mips/pci/pci-bcm1480.c')
-rw-r--r-- | arch/mips/pci/pci-bcm1480.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/pci/pci-bcm1480.c b/arch/mips/pci/pci-bcm1480.c index 87e2c8f54e2d..a9060c771840 100644 --- a/arch/mips/pci/pci-bcm1480.c +++ b/arch/mips/pci/pci-bcm1480.c | |||
@@ -202,7 +202,6 @@ static int __init bcm1480_pcibios_init(void) | |||
202 | { | 202 | { |
203 | uint32_t cmdreg; | 203 | uint32_t cmdreg; |
204 | uint64_t reg; | 204 | uint64_t reg; |
205 | extern int pci_probe_only; | ||
206 | 205 | ||
207 | /* CFE will assign PCI resources */ | 206 | /* CFE will assign PCI resources */ |
208 | pci_probe_only = 1; | 207 | pci_probe_only = 1; |
@@ -254,8 +253,6 @@ static int __init bcm1480_pcibios_init(void) | |||
254 | ioremap(A_BCM1480_PHYS_PCI_IO_MATCH_BYTES, 65536); | 253 | ioremap(A_BCM1480_PHYS_PCI_IO_MATCH_BYTES, 65536); |
255 | bcm1480_controller.io_map_base -= bcm1480_controller.io_offset; | 254 | bcm1480_controller.io_map_base -= bcm1480_controller.io_offset; |
256 | set_io_port_base(bcm1480_controller.io_map_base); | 255 | set_io_port_base(bcm1480_controller.io_map_base); |
257 | isa_slot_offset = (unsigned long) | ||
258 | ioremap(A_BCM1480_PHYS_PCI_MEM_MATCH_BYTES, 1024*1024); | ||
259 | 256 | ||
260 | register_pci_controller(&bcm1480_controller); | 257 | register_pci_controller(&bcm1480_controller); |
261 | 258 | ||