diff options
author | Olof Johansson <olof@lixom.net> | 2013-10-28 13:13:46 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-10-28 13:19:45 -0400 |
commit | 0d74578b7de73c4b7f25daaacff8d5091fa83bd4 (patch) | |
tree | ca2180535af545b563cba0ce434a6be5b7ddb45f | |
parent | e086df92e21ac83e6a45933a205b62ad79097db5 (diff) |
ARM: sunxi: remove .init_time hooks
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>
-rw-r--r-- | arch/arm/mach-sunxi/sunxi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c index ffac2f53fede..61d3a387f01c 100644 --- a/arch/arm/mach-sunxi/sunxi.c +++ b/arch/arm/mach-sunxi/sunxi.c | |||
@@ -134,7 +134,6 @@ static const char * const sun6i_board_dt_compat[] = { | |||
134 | 134 | ||
135 | DT_MACHINE_START(SUN6I_DT, "Allwinner sun6i (A31) Family") | 135 | DT_MACHINE_START(SUN6I_DT, "Allwinner sun6i (A31) Family") |
136 | .init_machine = sunxi_dt_init, | 136 | .init_machine = sunxi_dt_init, |
137 | .init_time = sunxi_timer_init, | ||
138 | .dt_compat = sun6i_board_dt_compat, | 137 | .dt_compat = sun6i_board_dt_compat, |
139 | .restart = sun6i_restart, | 138 | .restart = sun6i_restart, |
140 | MACHINE_END | 139 | MACHINE_END |
@@ -146,7 +145,6 @@ static const char * const sun7i_board_dt_compat[] = { | |||
146 | 145 | ||
147 | DT_MACHINE_START(SUN7I_DT, "Allwinner sun7i (A20) Family") | 146 | DT_MACHINE_START(SUN7I_DT, "Allwinner sun7i (A20) Family") |
148 | .init_machine = sunxi_dt_init, | 147 | .init_machine = sunxi_dt_init, |
149 | .init_time = sunxi_timer_init, | ||
150 | .dt_compat = sun7i_board_dt_compat, | 148 | .dt_compat = sun7i_board_dt_compat, |
151 | .restart = sun4i_restart, | 149 | .restart = sun4i_restart, |
152 | MACHINE_END | 150 | MACHINE_END |