]> Pileus Git - ~andy/linux/commitdiff
ARM: sunxi: remove .init_time hooks
authorOlof Johansson <olof@lixom.net>
Mon, 28 Oct 2013 17:13:46 +0000 (10:13 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 28 Oct 2013 17:19:45 +0000 (10:19 -0700)
The machine entries were split up, but the cleanup to remove .init_time
removed the function that the new/split entries refer to. Remove them
since they are no longer needed.

Cc: Maxime Ripard <mripard@free-electrons.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-sunxi/sunxi.c

index ffac2f53fede8919394a17f1428626f64a79626b..61d3a387f01c52f746568f7d075f92704a471ce6 100644 (file)
@@ -134,7 +134,6 @@ static const char * const sun6i_board_dt_compat[] = {
 
 DT_MACHINE_START(SUN6I_DT, "Allwinner sun6i (A31) Family")
        .init_machine   = sunxi_dt_init,
-       .init_time      = sunxi_timer_init,
        .dt_compat      = sun6i_board_dt_compat,
        .restart        = sun6i_restart,
 MACHINE_END
@@ -146,7 +145,6 @@ static const char * const sun7i_board_dt_compat[] = {
 
 DT_MACHINE_START(SUN7I_DT, "Allwinner sun7i (A20) Family")
        .init_machine   = sunxi_dt_init,
-       .init_time      = sunxi_timer_init,
        .dt_compat      = sun7i_board_dt_compat,
        .restart        = sun4i_restart,
 MACHINE_END