diff options
Diffstat (limited to 'arch/arm/mach-pxa/pxa27x.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa27x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c index f9f6a9c31f4b..c33cf6ac8c81 100644 --- a/arch/arm/mach-pxa/pxa27x.c +++ b/arch/arm/mach-pxa/pxa27x.c | |||
@@ -349,7 +349,7 @@ struct platform_device pxa27x_device_i2c_power = { | |||
349 | .num_resources = ARRAY_SIZE(i2c_power_resources), | 349 | .num_resources = ARRAY_SIZE(i2c_power_resources), |
350 | }; | 350 | }; |
351 | 351 | ||
352 | void __init pxa_set_i2c_power_info(struct i2c_pxa_platform_data *info) | 352 | void __init pxa27x_set_i2c_power_info(struct i2c_pxa_platform_data *info) |
353 | { | 353 | { |
354 | local_irq_disable(); | 354 | local_irq_disable(); |
355 | PCFR |= PCFR_PI2CEN; | 355 | PCFR |= PCFR_PI2CEN; |