diff options
Diffstat (limited to 'arch/sh/drivers/pci/ops-landisk.c')
-rw-r--r-- | arch/sh/drivers/pci/ops-landisk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/drivers/pci/ops-landisk.c b/arch/sh/drivers/pci/ops-landisk.c index d06030815a96..bff09ecf3419 100644 --- a/arch/sh/drivers/pci/ops-landisk.c +++ b/arch/sh/drivers/pci/ops-landisk.c | |||
@@ -17,8 +17,8 @@ | |||
17 | 17 | ||
18 | static struct resource sh7751_io_resource = { | 18 | static struct resource sh7751_io_resource = { |
19 | .name = "SH7751 IO", | 19 | .name = "SH7751 IO", |
20 | .start = 0x4000, | 20 | .start = SH7751_PCI_IO_BASE, |
21 | .end = 0x4000 + SH7751_PCI_IO_SIZE - 1, | 21 | .end = SH7751_PCI_IO_BASE + SH7751_PCI_IO_SIZE - 1, |
22 | .flags = IORESOURCE_IO | 22 | .flags = IORESOURCE_IO |
23 | }; | 23 | }; |
24 | 24 | ||