diff options
Diffstat (limited to 'arch/mips/txx9/rbtx4927')
-rw-r--r-- | arch/mips/txx9/rbtx4927/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/txx9/rbtx4927/setup.c b/arch/mips/txx9/rbtx4927/setup.c index 3da20ea3e55c..88c05ccee3b2 100644 --- a/arch/mips/txx9/rbtx4927/setup.c +++ b/arch/mips/txx9/rbtx4927/setup.c | |||
@@ -238,6 +238,7 @@ static void __init rbtx4927_mem_setup(void) | |||
238 | txx9_alloc_pci_controller(&txx9_primary_pcic, | 238 | txx9_alloc_pci_controller(&txx9_primary_pcic, |
239 | RBTX4927_PCIMEM, RBTX4927_PCIMEM_SIZE, | 239 | RBTX4927_PCIMEM, RBTX4927_PCIMEM_SIZE, |
240 | RBTX4927_PCIIO, RBTX4927_PCIIO_SIZE); | 240 | RBTX4927_PCIIO, RBTX4927_PCIIO_SIZE); |
241 | txx9_board_pcibios_setup = tx4927_pcibios_setup; | ||
241 | #else | 242 | #else |
242 | set_io_port_base(KSEG1 + RBTX4927_ISA_IO_OFFSET); | 243 | set_io_port_base(KSEG1 + RBTX4927_ISA_IO_OFFSET); |
243 | #endif | 244 | #endif |