diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-31 15:01:55 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 05:07:10 -0400 |
commit | 9808f79327806e00e681c18ac84e8abfa4373dbf (patch) | |
tree | f55a3633eaef5d94e5548fdd8ecf31d3e3589d58 /arch/arm/mach-shmobile | |
parent | 67ac21f65fc45a016fd999c67ff4a6a7a452bf58 (diff) |
ARM: shmobile: Use default ->init_time() on Bockw
Leave ->init_time() set to NULL to use the default ARM behaviour.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-bockw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-bockw.c b/arch/arm/mach-shmobile/board-bockw.c index b6f3d2f4108f..b40885de9f59 100644 --- a/arch/arm/mach-shmobile/board-bockw.c +++ b/arch/arm/mach-shmobile/board-bockw.c | |||
@@ -273,7 +273,6 @@ DT_MACHINE_START(BOCKW_DT, "bockw") | |||
273 | .init_early = r8a7778_init_delay, | 273 | .init_early = r8a7778_init_delay, |
274 | .init_irq = r8a7778_init_irq_dt, | 274 | .init_irq = r8a7778_init_irq_dt, |
275 | .init_machine = bockw_init, | 275 | .init_machine = bockw_init, |
276 | .init_time = shmobile_timer_init, | ||
277 | .dt_compat = bockw_boards_compat_dt, | 276 | .dt_compat = bockw_boards_compat_dt, |
278 | .init_late = r8a7778_init_late, | 277 | .init_late = r8a7778_init_late, |
279 | MACHINE_END | 278 | MACHINE_END |