diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-31 15:02:05 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 05:07:11 -0400 |
commit | 3bdbd1c9dbff686e375696543577c8a7ad6ef801 (patch) | |
tree | a1cdf397f9a89c2c1655af31e42001ede6586b29 /arch/arm/mach-shmobile | |
parent | 9808f79327806e00e681c18ac84e8abfa4373dbf (diff) |
ARM: shmobile: Use default ->init_time() on Bockw DT ref
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-reference.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-bockw-reference.c b/arch/arm/mach-shmobile/board-bockw-reference.c index 24db8de73cae..1a7c893e1a52 100644 --- a/arch/arm/mach-shmobile/board-bockw-reference.c +++ b/arch/arm/mach-shmobile/board-bockw-reference.c | |||
@@ -57,6 +57,5 @@ DT_MACHINE_START(BOCKW_DT, "bockw") | |||
57 | .init_early = r8a7778_init_delay, | 57 | .init_early = r8a7778_init_delay, |
58 | .init_irq = r8a7778_init_irq_dt, | 58 | .init_irq = r8a7778_init_irq_dt, |
59 | .init_machine = bockw_init, | 59 | .init_machine = bockw_init, |
60 | .init_time = shmobile_timer_init, | ||
61 | .dt_compat = bockw_boards_compat_dt, | 60 | .dt_compat = bockw_boards_compat_dt, |
62 | MACHINE_END | 61 | MACHINE_END |