diff options
Diffstat (limited to 'arch/mips/au1000/common/platform.c')
| -rw-r--r-- | arch/mips/au1000/common/platform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/au1000/common/platform.c b/arch/mips/au1000/common/platform.c index 48d3f54f88f8..d7a8f0a811fe 100644 --- a/arch/mips/au1000/common/platform.c +++ b/arch/mips/au1000/common/platform.c | |||
| @@ -264,7 +264,7 @@ static struct resource smc91x_resources[] = { | |||
| 264 | 264 | ||
| 265 | static struct platform_device smc91x_device = { | 265 | static struct platform_device smc91x_device = { |
| 266 | .name = "smc91x", | 266 | .name = "smc91x", |
| 267 | .id = -1, | 267 | .id = -1, |
| 268 | .num_resources = ARRAY_SIZE(smc91x_resources), | 268 | .num_resources = ARRAY_SIZE(smc91x_resources), |
| 269 | .resource = smc91x_resources, | 269 | .resource = smc91x_resources, |
| 270 | }; | 270 | }; |
| @@ -288,7 +288,7 @@ static struct platform_device *au1xxx_platform_devices[] __initdata = { | |||
| 288 | &au1xxx_mmc_device, | 288 | &au1xxx_mmc_device, |
| 289 | #endif | 289 | #endif |
| 290 | #ifdef CONFIG_MIPS_DB1200 | 290 | #ifdef CONFIG_MIPS_DB1200 |
| 291 | &smc91x_device, | 291 | &smc91x_device, |
| 292 | #endif | 292 | #endif |
| 293 | }; | 293 | }; |
| 294 | 294 | ||
