diff options
Diffstat (limited to 'arch/sh/drivers/pci/ops-r7780rp.c')
-rw-r--r-- | arch/sh/drivers/pci/ops-r7780rp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/ops-r7780rp.c b/arch/sh/drivers/pci/ops-r7780rp.c index bf32ee8b1321..b51b7e4078d0 100644 --- a/arch/sh/drivers/pci/ops-r7780rp.c +++ b/arch/sh/drivers/pci/ops-r7780rp.c | |||
@@ -43,7 +43,7 @@ static struct resource sh7780_mem_resource = { | |||
43 | extern struct pci_ops sh7780_pci_ops; | 43 | extern struct pci_ops sh7780_pci_ops; |
44 | 44 | ||
45 | struct pci_channel board_pci_channels[] = { | 45 | struct pci_channel board_pci_channels[] = { |
46 | { &sh4_pci_ops, &sh7780_io_resource, &sh7780_mem_resource, 0, 0xff }, | 46 | { sh7780_pci_init, &sh4_pci_ops, &sh7780_io_resource, &sh7780_mem_resource, 0, 0xff }, |
47 | { NULL, NULL, NULL, 0, 0 }, | 47 | { NULL, NULL, NULL, 0, 0 }, |
48 | }; | 48 | }; |
49 | EXPORT_SYMBOL(board_pci_channels); | 49 | EXPORT_SYMBOL(board_pci_channels); |