diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-31 15:01:28 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 05:07:10 -0400 |
commit | 8adacad26f1db14dd3a5bc08f632e74ba7ed7b8b (patch) | |
tree | 5de146f1f0bad1a61287612c144d775b37abfaad /arch/arm/mach-shmobile | |
parent | 58909ae593e8e6fc7e89d88ffe61effedf09389a (diff) |
ARM: shmobile: Use default ->init_time() on r8a7740
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/setup-r8a7740.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index 84c5bb6d9725..21026b349b96 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c | |||
@@ -1035,7 +1035,6 @@ DT_MACHINE_START(R8A7740_DT, "Generic R8A7740 (Flattened Device Tree)") | |||
1035 | .init_early = r8a7740_init_delay, | 1035 | .init_early = r8a7740_init_delay, |
1036 | .init_irq = r8a7740_init_irq_of, | 1036 | .init_irq = r8a7740_init_irq_of, |
1037 | .init_machine = r8a7740_generic_init, | 1037 | .init_machine = r8a7740_generic_init, |
1038 | .init_time = shmobile_timer_init, | ||
1039 | .dt_compat = r8a7740_boards_compat_dt, | 1038 | .dt_compat = r8a7740_boards_compat_dt, |
1040 | MACHINE_END | 1039 | MACHINE_END |
1041 | 1040 | ||