diff options
author | Heiko Stuebner <heiko@sntech.de> | 2014-09-13 19:43:09 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-09-13 19:43:09 +0200 |
commit | f6361c6b3880063c2248d4e453331e3dc1efbf83 (patch) | |
tree | de3815779566a4a7d56ebc1b0e66ad5f870b72b6 /arch/arm/mach-s3c24xx/mach-qt2410.c | |
parent | ARM: EXYNOS: Do not calculate boot address twice (diff) | |
download | linux-f6361c6b3880063c2248d4e453331e3dc1efbf83.tar.xz linux-f6361c6b3880063c2248d4e453331e3dc1efbf83.zip |
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>
Diffstat (limited to 'arch/arm/mach-s3c24xx/mach-qt2410.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-qt2410.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-qt2410.c b/arch/arm/mach-s3c24xx/mach-qt2410.c index 228c9094519d..984516e8307a 100644 --- a/arch/arm/mach-s3c24xx/mach-qt2410.c +++ b/arch/arm/mach-s3c24xx/mach-qt2410.c @@ -352,5 +352,4 @@ MACHINE_START(QT2410, "QT2410") .init_irq = s3c2410_init_irq, .init_machine = qt2410_machine_init, .init_time = qt2410_init_time, - .restart = s3c2410_restart, MACHINE_END |