watchdog: s3c2410_wdt: modify init sequence to arch_initcall
authorJaewon Kim <jaewon02.kim@samsung.com>
Tue, 28 Aug 2018 10:26:38 +0000 (19:26 +0900)
committerJaewon Kim <jaewon02.kim@samsung.com>
Tue, 28 Aug 2018 10:52:25 +0000 (19:52 +0900)
commit755488a0329325a751ff85b5ac7b6c3ec96f8223
treebd4d96a6ed77ef590749ecd77ff95f17819d47df
parente55dddb6225854c909f57beb4086b81263098176
watchdog: s3c2410_wdt: modify init sequence to arch_initcall

This patch modifies init sequence to arch_initcall to speed up watchdog init.
It can be reboot if the init sequence is delayed.

Change-Id: I5c11b6abcd18c3de886fd3135dda1032aaf0f1bd
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
drivers/watchdog/s3c2410_wdt.c