diff options
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/mach-pcm038.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-pcm038.c b/arch/arm/mach-imx/mach-pcm038.c index 641f9bb08b26..a3d645ff4467 100644 --- a/arch/arm/mach-imx/mach-pcm038.c +++ b/arch/arm/mach-imx/mach-pcm038.c | |||
@@ -257,7 +257,7 @@ static struct regulator_init_data cam_data = { | |||
257 | .consumer_supplies = cam_consumers, | 257 | .consumer_supplies = cam_consumers, |
258 | }; | 258 | }; |
259 | 259 | ||
260 | struct mc13783_regulator_init_data pcm038_regulators[] = { | 260 | static struct mc13783_regulator_init_data pcm038_regulators[] = { |
261 | { | 261 | { |
262 | .id = MC13783_REGU_VCAM, | 262 | .id = MC13783_REGU_VCAM, |
263 | .init_data = &cam_data, | 263 | .init_data = &cam_data, |