diff options
author | Robert Schwebel <r.schwebel@pengutronix.de> | 2009-12-03 14:30:34 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-12-04 07:23:41 -0500 |
commit | fedea672a3aab3b99d03e69805ee423c73af1961 (patch) | |
tree | d83c0187baa13dd2fde1cae257a94ac7cab3c839 /arch | |
parent | b16533d3331e3b5905f31b00399933f956936c97 (diff) |
mx31moboard: fix typo
Currently, linux-next breaks due to a typo introduced in commit
33c4d91928bea4444b067e620496befbeb87029c
This patch fixes it.
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Cc: Valentin Longchamp <valentin.longchamp@epfl.ch>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 | ||