diff options
Diffstat (limited to 'arch/sh/drivers/pci/ops-titan.c')
-rw-r--r-- | arch/sh/drivers/pci/ops-titan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/ops-titan.c b/arch/sh/drivers/pci/ops-titan.c index a8f7801a34af..69fcc5c5d520 100644 --- a/arch/sh/drivers/pci/ops-titan.c +++ b/arch/sh/drivers/pci/ops-titan.c | |||
@@ -73,5 +73,5 @@ static struct sh4_pci_address_map sh7751_pci_map = { | |||
73 | 73 | ||
74 | int __init pcibios_init_platform(void) | 74 | int __init pcibios_init_platform(void) |
75 | { | 75 | { |
76 | return sh7751_pcic_init(&sh7751_pci_map); | 76 | return sh7751_pcic_init(&board_pci_channels[0], &sh7751_pci_map); |
77 | } | 77 | } |