diff options
Diffstat (limited to 'arch/arm/mach-mx3/mach-pcm043.c')
-rw-r--r-- | arch/arm/mach-mx3/mach-pcm043.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mx3/mach-pcm043.c b/arch/arm/mach-mx3/mach-pcm043.c index 4fa07142a9bb..6c662c73aaa3 100644 --- a/arch/arm/mach-mx3/mach-pcm043.c +++ b/arch/arm/mach-mx3/mach-pcm043.c | |||
@@ -351,7 +351,7 @@ __setup("otg_mode=", pcm043_otg_mode); | |||
351 | /* | 351 | /* |
352 | * Board specific initialization. | 352 | * Board specific initialization. |
353 | */ | 353 | */ |
354 | static void __init mxc_board_init(void) | 354 | static void __init pcm043_init(void) |
355 | { | 355 | { |
356 | mxc_iomux_v3_setup_multiple_pads(pcm043_pads, ARRAY_SIZE(pcm043_pads)); | 356 | mxc_iomux_v3_setup_multiple_pads(pcm043_pads, ARRAY_SIZE(pcm043_pads)); |
357 | 357 | ||
@@ -418,5 +418,5 @@ MACHINE_START(PCM043, "Phytec Phycore pcm043") | |||
418 | .init_early = imx35_init_early, | 418 | .init_early = imx35_init_early, |
419 | .init_irq = mx35_init_irq, | 419 | .init_irq = mx35_init_irq, |
420 | .timer = &pcm043_timer, | 420 | .timer = &pcm043_timer, |
421 | .init_machine = mxc_board_init, | 421 | .init_machine = pcm043_init, |
422 | MACHINE_END | 422 | MACHINE_END |