]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: ux500: Stop calling the UIB init function when using Device Tree
authorLee Jones <lee.jones@linaro.org>
Fri, 28 Sep 2012 13:20:03 +0000 (14:20 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 1 Nov 2012 12:02:15 +0000 (13:02 +0100)
As there will be a Device Tree created for the UIBs, there is no
need to call the UIB initiation functions. Each device will be
detailed and registered from the Device Tree instead.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/mach-ux500/cpu-db8500.c

index 25e1e32dbc083ef7cb58378fd712ac0488028383..ca792d0643cdc269368727f9f10737788de79054 100644 (file)
@@ -345,7 +345,7 @@ DT_MACHINE_START(U8500_DT, "ST-Ericsson U8500 platform (Device Tree Support)")
        .timer          = &ux500_timer,
        .handle_irq     = gic_handle_irq,
        .init_machine   = u8500_init_machine,
-       .init_late      = ux500_init_late,
+       .init_late      = NULL,
        .dt_compat      = u8500_dt_board_compat,
 MACHINE_END