diff options
-rw-r--r-- | arch/arm/mach-pxa/generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/generic.c b/arch/arm/mach-pxa/generic.c index 2e9e1702c4b3..719b91e93fa2 100644 --- a/arch/arm/mach-pxa/generic.c +++ b/arch/arm/mach-pxa/generic.c | |||
@@ -293,7 +293,7 @@ static struct resource i2s_resources[] = { | |||
293 | static struct platform_device i2s_device = { | 293 | static struct platform_device i2s_device = { |
294 | .name = "pxa2xx-i2s", | 294 | .name = "pxa2xx-i2s", |
295 | .id = -1, | 295 | .id = -1, |
296 | .resource = i2c_resources, | 296 | .resource = i2s_resources, |
297 | .num_resources = ARRAY_SIZE(i2s_resources), | 297 | .num_resources = ARRAY_SIZE(i2s_resources), |
298 | }; | 298 | }; |
299 | 299 | ||