diff options
Diffstat (limited to 'arch/mips/pci/ops-tx4938.c')
-rw-r--r-- | arch/mips/pci/ops-tx4938.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/mips/pci/ops-tx4938.c b/arch/mips/pci/ops-tx4938.c index 4c0dcfce5297..0ff083489efd 100644 --- a/arch/mips/pci/ops-tx4938.c +++ b/arch/mips/pci/ops-tx4938.c | |||
@@ -34,16 +34,16 @@ struct resource pci_mem_resource = { | |||
34 | }; | 34 | }; |
35 | 35 | ||
36 | struct resource tx4938_pcic1_pci_io_resource = { | 36 | struct resource tx4938_pcic1_pci_io_resource = { |
37 | .name = "PCI1 IO", | 37 | .name = "PCI1 IO", |
38 | .start = 0, | 38 | .start = 0, |
39 | .end = 0, | 39 | .end = 0, |
40 | .flags = IORESOURCE_IO | 40 | .flags = IORESOURCE_IO |
41 | }; | 41 | }; |
42 | struct resource tx4938_pcic1_pci_mem_resource = { | 42 | struct resource tx4938_pcic1_pci_mem_resource = { |
43 | .name = "PCI1 mem", | 43 | .name = "PCI1 mem", |
44 | .start = 0, | 44 | .start = 0, |
45 | .end = 0, | 45 | .end = 0, |
46 | .flags = IORESOURCE_MEM | 46 | .flags = IORESOURCE_MEM |
47 | }; | 47 | }; |
48 | 48 | ||
49 | static int mkaddr(int bus, int dev_fn, int where, int *flagsp) | 49 | static int mkaddr(int bus, int dev_fn, int where, int *flagsp) |