ARM: S3C24XX: remove separate restart code

The restart-handler series from Guenter Roeck got accepted recently and
implements among other things also the restart handler in the samsung
watchdog driver and where applicable in the clock drivers. So there is
no need for having the restart callbacks in s3c24xx boards anymore.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
这个提交包含在:
Heiko Stuebner
2014-09-14 02:43:09 +09:00
提交者 Kukjin Kim
父节点 68ba947c12
当前提交 f6361c6b38
修改 33 个文件,包含 0 行新增104 行删除

查看文件

@@ -695,5 +695,4 @@ MACHINE_START(MINI2440, "MINI2440")
.init_machine = mini2440_init,
.init_irq = s3c2440_init_irq,
.init_time = mini2440_init_time,
.restart = s3c244x_restart,
MACHINE_END