diff options
Diffstat (limited to 'arch/sh/drivers/pci/ops-landisk.c')
-rw-r--r-- | arch/sh/drivers/pci/ops-landisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/ops-landisk.c b/arch/sh/drivers/pci/ops-landisk.c index 343c072a5a79..c46911d95eca 100644 --- a/arch/sh/drivers/pci/ops-landisk.c +++ b/arch/sh/drivers/pci/ops-landisk.c | |||
@@ -30,7 +30,7 @@ static struct resource sh7751_mem_resource = { | |||
30 | }; | 30 | }; |
31 | 31 | ||
32 | struct pci_channel board_pci_channels[] = { | 32 | struct pci_channel board_pci_channels[] = { |
33 | {&sh4_pci_ops, &sh7751_io_resource, &sh7751_mem_resource, 0, 0x3ff}, | 33 | { sh7751_pci_init, &sh4_pci_ops, &sh7751_io_resource, &sh7751_mem_resource, 0, 0x3ff}, |
34 | {NULL, NULL, NULL, 0, 0}, | 34 | {NULL, NULL, NULL, 0, 0}, |
35 | }; | 35 | }; |
36 | 36 | ||