diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-mx3/mx31moboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/mx31moboard.c b/arch/arm/mach-mx3/mx31moboard.c index 1ec679a3c72f..b70529145936 100644 --- a/arch/arm/mach-mx3/mx31moboard.c +++ b/arch/arm/mach-mx3/mx31moboard.c | |||
@@ -226,7 +226,7 @@ static struct mc13783_regulator_init_data moboard_regulators[] = { | |||
226 | static struct mc13783_platform_data moboard_pmic = { | 226 | static struct mc13783_platform_data moboard_pmic = { |
227 | .regulators = moboard_regulators, | 227 | .regulators = moboard_regulators, |
228 | .num_regulators = ARRAY_SIZE(moboard_regulators), | 228 | .num_regulators = ARRAY_SIZE(moboard_regulators), |
229 | .flags = MC13783_USE_REGULATOR | MC13783_USE_RTC, | 229 | .flags = MC13783_USE_REGULATOR | MC13783_USE_RTC | |
230 | MC13783_USE_ADC, | 230 | MC13783_USE_ADC, |
231 | }; | 231 | }; |
232 | 232 | ||