aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/pci-sh7780.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/drivers/pci/pci-sh7780.c')
-rw-r--r--arch/sh/drivers/pci/pci-sh7780.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/drivers/pci/pci-sh7780.c b/arch/sh/drivers/pci/pci-sh7780.c
index 4dd6e3b94a67..57a3b870a276 100644
--- a/arch/sh/drivers/pci/pci-sh7780.c
+++ b/arch/sh/drivers/pci/pci-sh7780.c
@@ -34,7 +34,9 @@ static struct resource sh7785_mem_resource = {
34static struct pci_channel sh7780_pci_controller = { 34static struct pci_channel sh7780_pci_controller = {
35 .pci_ops = &sh4_pci_ops, 35 .pci_ops = &sh4_pci_ops,
36 .mem_resource = &sh7785_mem_resource, 36 .mem_resource = &sh7785_mem_resource,
37 .mem_offset = 0x00000000,
37 .io_resource = &sh7785_io_resource, 38 .io_resource = &sh7785_io_resource,
39 .io_offset = 0x00000000,
38}; 40};
39 41
40static struct sh4_pci_address_map sh7780_pci_map = { 42static struct sh4_pci_address_map sh7780_pci_map = {