aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/ops-cayman.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/drivers/pci/ops-cayman.c')
-rw-r--r--arch/sh/drivers/pci/ops-cayman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/ops-cayman.c b/arch/sh/drivers/pci/ops-cayman.c
index 38ef76207af6..f4a5e14f7e5a 100644
--- a/arch/sh/drivers/pci/ops-cayman.c
+++ b/arch/sh/drivers/pci/ops-cayman.c
@@ -77,7 +77,7 @@ int __init pcibios_map_platform_irq(struct pci_dev *dev, u8 slot, u8 pin)
77} 77}
78 78
79struct pci_channel board_pci_channels[] = { 79struct pci_channel board_pci_channels[] = {
80 { &sh5_pci_ops, NULL, NULL, 0, 0xff }, 80 { sh5_pci_init, &sh5_pci_ops, NULL, NULL, 0, 0xff },
81 { NULL, NULL, NULL, 0, 0 }, 81 { NULL, NULL, NULL, 0, 0 },
82}; 82};
83EXPORT_SYMBOL(board_pci_channels); 83EXPORT_SYMBOL(board_pci_channels);