forked from Minki/linux
ARM: shmobile: Use default ->init_time() on r8a73a4
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>
This commit is contained in:
parent
3c7b536232
commit
58909ae593
@ -223,7 +223,6 @@ static const char *r8a73a4_boards_compat_dt[] __initdata = {
|
|||||||
|
|
||||||
DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)")
|
DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)")
|
||||||
.init_early = r8a73a4_init_delay,
|
.init_early = r8a73a4_init_delay,
|
||||||
.init_time = shmobile_timer_init,
|
|
||||||
.dt_compat = r8a73a4_boards_compat_dt,
|
.dt_compat = r8a73a4_boards_compat_dt,
|
||||||
MACHINE_END
|
MACHINE_END
|
||||||
#endif /* CONFIG_USE_OF */
|
#endif /* CONFIG_USE_OF */
|
||||||
|
Loading…
Reference in New Issue
Block a user