Skip to content

Commit

Permalink
ODROID-XU4: arm/exynos: No need to use enynos_init_late
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Deokgyu <[email protected]>
Change-Id: I7d141a655c23bf364753be9831b4428ee3aa6711
  • Loading branch information
awesometic authored and paralin committed Dec 5, 2019
1 parent ff0a516 commit 489a28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos/exynos.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ MACHINE_END
.init_early = exynos_firmware_init, \
.init_irq = exynos_init_irq, \
.init_machine = exynos_dt_machine_init, \
.init_late = exynos_init_late, \
.init_late = exynos_pm_init, \
.dt_compat = compat, \
.dt_fixup = exynos_dt_fixup, \
MACHINE_END
Expand Down

0 comments on commit 489a28a

Please sign in to comment.