diff options
Diffstat (limited to 'arch/arm/mach-mx3/mach-mx31moboard.c')
-rw-r--r-- | arch/arm/mach-mx3/mach-mx31moboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mx3/mach-mx31moboard.c b/arch/arm/mach-mx3/mach-mx31moboard.c index ea880330e839..845d0b6b2539 100644 --- a/arch/arm/mach-mx3/mach-mx31moboard.c +++ b/arch/arm/mach-mx3/mach-mx31moboard.c | |||
@@ -507,7 +507,7 @@ core_param(mx31moboard_baseboard, mx31moboard_baseboard, int, 0444); | |||
507 | /* | 507 | /* |
508 | * Board specific initialization. | 508 | * Board specific initialization. |
509 | */ | 509 | */ |
510 | static void __init mxc_board_init(void) | 510 | static void __init mx31moboard_init(void) |
511 | { | 511 | { |
512 | mxc_iomux_setup_multiple_pins(moboard_pins, ARRAY_SIZE(moboard_pins), | 512 | mxc_iomux_setup_multiple_pins(moboard_pins, ARRAY_SIZE(moboard_pins), |
513 | "moboard"); | 513 | "moboard"); |
@@ -573,5 +573,5 @@ MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard") | |||
573 | .init_early = imx31_init_early, | 573 | .init_early = imx31_init_early, |
574 | .init_irq = mx31_init_irq, | 574 | .init_irq = mx31_init_irq, |
575 | .timer = &mx31moboard_timer, | 575 | .timer = &mx31moboard_timer, |
576 | .init_machine = mxc_board_init, | 576 | .init_machine = mx31moboard_init, |
577 | MACHINE_END | 577 | MACHINE_END |