diff options
Diffstat (limited to 'arch/arm/mach-pxa/devices.c')
-rw-r--r-- | arch/arm/mach-pxa/devices.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/devices.c b/arch/arm/mach-pxa/devices.c index 29970f703f3c..ecc08f360b68 100644 --- a/arch/arm/mach-pxa/devices.c +++ b/arch/arm/mach-pxa/devices.c | |||
@@ -8,7 +8,7 @@ | |||
8 | #include <mach/pxafb.h> | 8 | #include <mach/pxafb.h> |
9 | #include <mach/mmc.h> | 9 | #include <mach/mmc.h> |
10 | #include <mach/irda.h> | 10 | #include <mach/irda.h> |
11 | #include <mach/i2c.h> | 11 | #include <plat/i2c.h> |
12 | #include <mach/ohci.h> | 12 | #include <mach/ohci.h> |
13 | #include <mach/pxa27x_keypad.h> | 13 | #include <mach/pxa27x_keypad.h> |
14 | #include <mach/pxa2xx_spi.h> | 14 | #include <mach/pxa2xx_spi.h> |
@@ -290,7 +290,7 @@ static struct resource pxa3xx_resources_i2c_power[] = { | |||
290 | }; | 290 | }; |
291 | 291 | ||
292 | struct platform_device pxa3xx_device_i2c_power = { | 292 | struct platform_device pxa3xx_device_i2c_power = { |
293 | .name = "pxa2xx-i2c", | 293 | .name = "pxa3xx-pwri2c", |
294 | .id = 1, | 294 | .id = 1, |
295 | .resource = pxa3xx_resources_i2c_power, | 295 | .resource = pxa3xx_resources_i2c_power, |
296 | .num_resources = ARRAY_SIZE(pxa3xx_resources_i2c_power), | 296 | .num_resources = ARRAY_SIZE(pxa3xx_resources_i2c_power), |