diff options
-rw-r--r-- | arch/mips/au1000/common/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/platform.c b/arch/mips/au1000/common/platform.c index 7167972b1277..06752f53fa88 100644 --- a/arch/mips/au1000/common/platform.c +++ b/arch/mips/au1000/common/platform.c | |||
@@ -298,7 +298,7 @@ static struct resource smc91x_resources[] = { | |||
298 | [0] = { | 298 | [0] = { |
299 | .name = "smc91x-regs", | 299 | .name = "smc91x-regs", |
300 | .start = AU1XXX_SMC91111_PHYS_ADDR, | 300 | .start = AU1XXX_SMC91111_PHYS_ADDR, |
301 | .end = AU1XXX_SMC91111_PHYS_ADDR + 0xfffff, | 301 | .end = AU1XXX_SMC91111_PHYS_ADDR + 0xf, |
302 | .flags = IORESOURCE_MEM, | 302 | .flags = IORESOURCE_MEM, |
303 | }, | 303 | }, |
304 | [1] = { | 304 | [1] = { |