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 e4208a697321..fe5a231b8669 100644 --- a/arch/sh/drivers/pci/ops-rts7751r2d.c +++ b/arch/sh/drivers/pci/ops-rts7751r2d.c | |||
@@ -47,7 +47,7 @@ static struct resource sh7751_mem_resource = { | |||
47 | extern struct pci_ops sh7751_pci_ops; | 47 | extern struct pci_ops sh7751_pci_ops; |
48 | 48 | ||
49 | struct pci_channel board_pci_channels[] = { | 49 | struct pci_channel board_pci_channels[] = { |
50 | { &sh4_pci_ops, &sh7751_io_resource, &sh7751_mem_resource, 0, 0xff }, | 50 | { sh7751_pci_init, &sh4_pci_ops, &sh7751_io_resource, &sh7751_mem_resource, 0, 0xff }, |
51 | { NULL, NULL, NULL, 0, 0 }, | 51 | { NULL, NULL, NULL, 0, 0 }, |
52 | }; | 52 | }; |
53 | EXPORT_SYMBOL(board_pci_channels); | 53 | EXPORT_SYMBOL(board_pci_channels); |