diff options
Diffstat (limited to 'arch/sh/drivers/pci/ops-se7780.c')
-rw-r--r-- | arch/sh/drivers/pci/ops-se7780.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/ops-se7780.c b/arch/sh/drivers/pci/ops-se7780.c index 3145c62484d6..78a6f2bc4f12 100644 --- a/arch/sh/drivers/pci/ops-se7780.c +++ b/arch/sh/drivers/pci/ops-se7780.c | |||
@@ -92,5 +92,5 @@ int __init pcibios_init_platform(void) | |||
92 | ctrl_outw(0x0013, FPGA_PCI_INTSEL1); | 92 | ctrl_outw(0x0013, FPGA_PCI_INTSEL1); |
93 | ctrl_outw(0xE402, FPGA_PCI_INTSEL2); | 93 | ctrl_outw(0xE402, FPGA_PCI_INTSEL2); |
94 | 94 | ||
95 | return sh7780_pcic_init(&se7780_pci_map); | 95 | return sh7780_pcic_init(&board_pci_channels[0], &se7780_pci_map); |
96 | } | 96 | } |