diff options
Diffstat (limited to 'arch/sh/drivers/pci/ops-rts7751r2d.c')
-rw-r--r-- | arch/sh/drivers/pci/ops-rts7751r2d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/ops-rts7751r2d.c b/arch/sh/drivers/pci/ops-rts7751r2d.c index d6ca74b25d5f..e4208a697321 100644 --- a/arch/sh/drivers/pci/ops-rts7751r2d.c +++ b/arch/sh/drivers/pci/ops-rts7751r2d.c | |||
@@ -69,6 +69,6 @@ static struct sh4_pci_address_map sh7751_pci_map = { | |||
69 | int __init pcibios_init_platform(void) | 69 | int __init pcibios_init_platform(void) |
70 | { | 70 | { |
71 | __set_io_port_base(SH7751_PCI_IO_BASE); | 71 | __set_io_port_base(SH7751_PCI_IO_BASE); |
72 | return sh7751_pcic_init(&sh7751_pci_map); | 72 | return sh7751_pcic_init(&board_pci_channels[0], &sh7751_pci_map); |
73 | } | 73 | } |
74 | 74 | ||